mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 19:12:24 -05:00
Add missing enum value to Performance::get_monitor_type
This commit is contained in:
parent
886afa9b76
commit
f104731b81
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ Performance::MonitorType Performance::get_monitor_type(Monitor p_monitor) const
|
|||
MONITOR_TYPE_QUANTITY,
|
||||
MONITOR_TYPE_QUANTITY,
|
||||
MONITOR_TYPE_QUANTITY,
|
||||
MONITOR_TYPE_QUANTITY,
|
||||
MONITOR_TYPE_MEMORY,
|
||||
MONITOR_TYPE_MEMORY,
|
||||
MONITOR_TYPE_MEMORY,
|
||||
|
|
Loading…
Add table
Reference in a new issue