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.
2 parents 31f0eda + 793228f commit 00699ecCopy full SHA for 00699ec
modules/jolt_physics/spaces/jolt_job_system.cpp
@@ -176,7 +176,7 @@ void JoltJobSystem::post_step() {
176
#ifdef DEBUG_ENABLED
177
178
void JoltJobSystem::flush_timings() {
179
- static const StringName profiler_name("servers");
+ const StringName profiler_name = SNAME("servers");
180
181
EngineDebugger *engine_debugger = EngineDebugger::get_singleton();
182
0 commit comments