- Added a hook timer.
This commit is contained in:
Paul Beckingham 2014-05-13 16:49:10 -04:00
parent d12c519380
commit 7bf2b4039e
2 changed files with 4 additions and 1 deletions

View file

@ -120,6 +120,7 @@ public:
Timer timer_commit;
Timer timer_sort;
Timer timer_render;
Timer timer_hooks;
};
#endif