JoltPhysics: Fix orphan StringName

This commit is contained in:
Luo Zhihao 2025-09-08 22:17:09 +08:00
parent 3c7f9b9372
commit 793228f171
No known key found for this signature in database
GPG key ID: E10A25B618BD1E9B

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