We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1909835 commit 64fe528Copy full SHA for 64fe528
tests/manual/renderer_replay.lua
@@ -81,12 +81,12 @@ function M.replay_next(steps)
81
end
82
83
function M.replay_all(delay_ms)
84
- M.stop = false
85
if #M.events == 0 then
86
M.load_events()
87
else
88
M.reset()
89
+ M.stop = false
90
91
delay_ms = delay_ms or 50
92
@@ -123,6 +123,7 @@ function M.replay_stop()
123
124
125
function M.reset()
126
+ M.stop = true
127
M.event_index = 0
128
M.events_received = 0
129
M.clear()
0 commit comments