mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
JoltPhysics: Fix orphan StringName
This commit is contained in:
parent
3c7f9b9372
commit
793228f171
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue