aboutsummaryrefslogtreecommitdiff
path: root/main/main.h
diff options
context:
space:
mode:
authorHugo Locurcio2018-05-17 02:02:35 +0200
committerHugo Locurcio2018-05-18 11:49:21 +0200
commit228ae60a63df4190028a34648290417982c0d268 (patch)
tree3ed8c257c7a40c8c3ca0d62e980e1d8b3b3823bb /main/main.h
parent942e0c483247af1e84b7992be48f8ef6317d45c6 (diff)
downloadgodot-228ae60a63df4190028a34648290417982c0d268.tar.gz
godot-228ae60a63df4190028a34648290417982c0d268.tar.zst
godot-228ae60a63df4190028a34648290417982c0d268.zip
Diffstat (limited to 'main/main.h')
-rw-r--r--main/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.h b/main/main.h
index c20592bf3..8f264d772 100644
--- a/main/main.h
+++ b/main/main.h
@@ -44,7 +44,7 @@ class Main {
static void print_help(const char *p_binary);
static uint64_t last_ticks;
static uint64_t target_ticks;
- static uint32_t frames;
+ static Array frame_times;
static uint32_t frame;
static bool force_redraw_requested;