1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

JoltPhysics: Fix orphan StringName

This commit is contained in:
Luo Zhihao
2025-09-08 22:17:09 +08:00
parent 3c7f9b9372
commit 793228f171

View File

@@ -176,7 +176,7 @@ void JoltJobSystem::post_step() {
#ifdef DEBUG_ENABLED #ifdef DEBUG_ENABLED
void JoltJobSystem::flush_timings() { void JoltJobSystem::flush_timings() {
static const StringName profiler_name("servers"); const StringName profiler_name = SNAME("servers");
EngineDebugger *engine_debugger = EngineDebugger::get_singleton(); EngineDebugger *engine_debugger = EngineDebugger::get_singleton();