This commit is contained in:
Pinta
2024-03-29 12:33:21 -04:00
parent 8f4c481d45
commit eb06cb3364
12 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1245,7 +1245,7 @@ GLOBAL_LIST_EMPTY(transformation_animation_objects)
for(var/A in transformation_objects)
vis_contents += A
if(reset_after)
addtimer(CALLBACK(src,.proc/_reset_transformation_animation,filter_index),time)
addtimer(CALLBACK(src,PROC_REF(_reset_transformation_animation),filter_index),time)
/*
* Resets filters and removes transformation animations helper objects from vis contents.