...Anm2Ed 2.0

This commit is contained in:
2025-11-13 22:06:09 -05:00
parent 51bf4c2012
commit c57c32aca8
36 changed files with 1003 additions and 333 deletions
-7
View File
@@ -120,11 +120,4 @@ namespace anm2ed::anm2
void Frame::extend() { duration = glm::clamp(++duration, FRAME_DURATION_MIN, FRAME_DURATION_MAX); }
bool Frame::is_visible(Type type)
{
if (type == TRIGGER)
return isVisible && eventID > -1;
else
return isVisible;
}
}