From 36428305a685889c8f307896951082fda58a974f Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 28 May 2022 00:54:14 +0200 Subject: Add a 3D suffix to relevant physics profiler categories 2D physics categories already had a 2D suffix: "Physics 2D" --- servers/physics_3d/godot_physics_server_3d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'servers/physics_3d') diff --git a/servers/physics_3d/godot_physics_server_3d.cpp b/servers/physics_3d/godot_physics_server_3d.cpp index bed9b02da1..b735283ebe 100644 --- a/servers/physics_3d/godot_physics_server_3d.cpp +++ b/servers/physics_3d/godot_physics_server_3d.cpp @@ -1671,7 +1671,7 @@ void GodotPhysicsServer3D::flush_queries() { values.push_back("flush_queries"); values.push_back(USEC_TO_SEC(OS::get_singleton()->get_ticks_usec() - time_beg)); - values.push_front("physics"); + values.push_front("physics_3d"); EngineDebugger::profiler_add_frame_data("servers", values); } #endif -- cgit v1.2.3