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 3c7f9b9 commit 793228fCopy full SHA for 793228f
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