diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Overlay.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Overlay.hpp b/include/Overlay.hpp index 4a9ef98..2aeb3f0 100644 --- a/include/Overlay.hpp +++ b/include/Overlay.hpp @@ -210,5 +210,6 @@ namespace gsr { std::function<void()> on_region_selected; std::unique_ptr<CursorTracker> cursor_tracker; + mgl::Clock cursor_tracker_update_clock; }; }
\ No newline at end of file |