Skip to content

Commit 793228f

Browse files
committed
JoltPhysics: Fix orphan StringName
1 parent 3c7f9b9 commit 793228f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/jolt_physics/spaces/jolt_job_system.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ void JoltJobSystem::post_step() {
176176
#ifdef DEBUG_ENABLED
177177

178178
void JoltJobSystem::flush_timings() {
179-
static const StringName profiler_name("servers");
179+
const StringName profiler_name = SNAME("servers");
180180

181181
EngineDebugger *engine_debugger = EngineDebugger::get_singleton();
182182

0 commit comments

Comments
 (0)