Commit 0991cdc9 by SkyJJ

Correct typo mistake of profiler_add_frame_data argument in physics 3d server

parent d817be92
......@@ -1499,7 +1499,7 @@ void PhysicsServer3DSW::flush_queries() {
values.push_back(USEC_TO_SEC(OS::get_singleton()->get_ticks_usec() - time_beg));
values.push_front("physics");
EngineDebugger::profiler_add_frame_data("server", values);
EngineDebugger::profiler_add_frame_data("servers", values);
}
#endif
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment