1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Merge pull request #110329 from beicause/jolt-orphan-string-name

JoltPhysics: Fix orphan StringName
This commit is contained in:
Thaddeus Crews
2025-09-16 20:28:57 -05:00

View File

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