summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h
index db3b98a05..6c9c936b5 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -94,6 +94,7 @@ public:
94 } 94 }
95 95
96 PerfStats perf_stats; 96 PerfStats perf_stats;
97 FrameLimiter frame_limiter;
97 98
98private: 99private:
99 /** 100 /**