summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaw11 <davidebusterna@gmail.com>2019-04-22 15:13:37 +0200
committerDaw11 <davidebusterna@gmail.com>2019-04-22 15:15:09 +0200
commitf104731b81f9a16fdc809fdc06db725df3d1c383 (patch)
tree3bc4c8c24bc56fad024020984d5e311dd26c02cb
parent886afa9b7692bc263cf96c03882760521b74b942 (diff)
Add missing enum value to Performance::get_monitor_type
-rw-r--r--main/performance.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/performance.cpp b/main/performance.cpp
index 6618451894..71cd94aeab 100644
--- a/main/performance.cpp
+++ b/main/performance.cpp
@@ -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,