diff options
| author | marynate | 2014-02-19 23:35:39 +0800 |
|---|---|---|
| committer | marynate | 2014-03-18 18:00:18 +0800 |
| commit | c0547f5691c9293f82f6713d18b344524146441a (patch) | |
| tree | b9af649946085f4e6f900fcf525dc2ec725a35a3 /main/main.h | |
| parent | e20e3c9525c2f0d5bb95e85138a8d88a0088d439 (diff) | |
| download | godot-c0547f5691c9293f82f6713d18b344524146441a.tar.gz godot-c0547f5691c9293f82f6713d18b344524146441a.tar.zst godot-c0547f5691c9293f82f6713d18b344524146441a.zip | |
Diffstat (limited to 'main/main.h')
| -rw-r--r-- | main/main.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/main.h b/main/main.h index a2508d11b..0aa1c9910 100644 --- a/main/main.h +++ b/main/main.h @@ -40,13 +40,12 @@ class Main { static void print_help(const char* p_binary); - static uint64_t last_ticks; + static uint64_t target_ticks; static float time_accum; static uint32_t frames; static uint32_t frame; static bool force_redraw_requested; - public: static Error setup(const char *execpath,int argc, char *argv[],bool p_second_phase=true); |
