You've already forked godot
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:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user