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
commit 00699ec29e
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

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();