We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da31a32 commit f77f32cCopy full SHA for f77f32c
src/mods/ScriptRunner.cpp
@@ -478,9 +478,6 @@ void ScriptState::on_frame() {
478
try {
479
std::scoped_lock _{ m_execution_mutex };
480
481
- volatile int current_number_call = 0;
482
- volatile int temporary_to_hold = 0;
483
-
484
auto guard = m_on_frame_fns.acquire_iteration();
485
for (auto& fn : m_on_frame_fns.get()) {
486
auto result = handle_protected_result(fn());
0 commit comments