diff options
Diffstat (limited to 'base/base.c')
| -rw-r--r-- | base/base.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/base/base.c b/base/base.c index 4c6fbe3..91555ef 100644 --- a/base/base.c +++ b/base/base.c @@ -85,7 +85,9 @@ int main(int argc, char **argv) { reset_profiling_data(); #endif render_callback(); +// #ifndef PERF_TEST apply_phosphor_decay(); +// #endif update_keyboard_state(); update_modifier_state(); update_mouse_state(); @@ -112,7 +114,7 @@ int main(int argc, char **argv) { mkfw_swap_buffers(); #endif } - + shutdown_callback(); #ifdef PROFILER overlay_shutdown(); #endif |
