Skip to content

Commit 53b2ca6

Browse files
authored
fix for waitfortrigger
1 parent c419dcb commit 53b2ca6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

animationtrigger.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ function animationtrigger:input(t)
3232
for i = 1, #animationtriggerfuncs[self.id] do
3333
animationtriggerfuncs[self.id][i]:trigger()
3434
end
35+
animationtriggerfuncs[self.id].triggered = true
3536
end
3637
end
3738

@@ -62,4 +63,4 @@ function animationoutput:trigger(signal)
6263
self.outtable[i][1]:input(signal or "toggle", self.outtable[i][2])
6364
end
6465
end
65-
end
66+
end

0 commit comments

Comments
 (0)