Skip to content

Commit

Permalink
Merge pull request godotengine#28302 from Daw11/orphan-type
Browse files Browse the repository at this point in the history
Add missing enum value to Performance::get_monitor_type
  • Loading branch information
akien-mga authored Apr 23, 2019
2 parents baad657 + f104731 commit b874b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/performance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b874b33

Please sign in to comment.