mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Remove unnecessary _3D_DISABLED
checks in Performance
This commit is contained in:
parent
36e6207bb4
commit
5f8df2ca63
1 changed files with 0 additions and 4 deletions
|
@ -132,11 +132,9 @@ String Performance::get_monitor_name(Monitor p_monitor) const {
|
||||||
PNAME("physics_2d/active_objects"),
|
PNAME("physics_2d/active_objects"),
|
||||||
PNAME("physics_2d/collision_pairs"),
|
PNAME("physics_2d/collision_pairs"),
|
||||||
PNAME("physics_2d/islands"),
|
PNAME("physics_2d/islands"),
|
||||||
#ifndef _3D_DISABLED
|
|
||||||
PNAME("physics_3d/active_objects"),
|
PNAME("physics_3d/active_objects"),
|
||||||
PNAME("physics_3d/collision_pairs"),
|
PNAME("physics_3d/collision_pairs"),
|
||||||
PNAME("physics_3d/islands"),
|
PNAME("physics_3d/islands"),
|
||||||
#endif // _3D_DISABLED
|
|
||||||
PNAME("audio/driver/output_latency"),
|
PNAME("audio/driver/output_latency"),
|
||||||
PNAME("navigation/active_maps"),
|
PNAME("navigation/active_maps"),
|
||||||
PNAME("navigation/regions"),
|
PNAME("navigation/regions"),
|
||||||
|
@ -280,11 +278,9 @@ Performance::MonitorType Performance::get_monitor_type(Monitor p_monitor) const
|
||||||
MONITOR_TYPE_QUANTITY,
|
MONITOR_TYPE_QUANTITY,
|
||||||
MONITOR_TYPE_QUANTITY,
|
MONITOR_TYPE_QUANTITY,
|
||||||
MONITOR_TYPE_QUANTITY,
|
MONITOR_TYPE_QUANTITY,
|
||||||
#ifndef _3D_DISABLED
|
|
||||||
MONITOR_TYPE_QUANTITY,
|
MONITOR_TYPE_QUANTITY,
|
||||||
MONITOR_TYPE_QUANTITY,
|
MONITOR_TYPE_QUANTITY,
|
||||||
MONITOR_TYPE_QUANTITY,
|
MONITOR_TYPE_QUANTITY,
|
||||||
#endif // _3D_DISABLED
|
|
||||||
MONITOR_TYPE_TIME,
|
MONITOR_TYPE_TIME,
|
||||||
MONITOR_TYPE_QUANTITY,
|
MONITOR_TYPE_QUANTITY,
|
||||||
MONITOR_TYPE_QUANTITY,
|
MONITOR_TYPE_QUANTITY,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue