diff options
author | Oxore <oxore@protonmail.com> | 2024-05-25 14:18:24 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2024-05-25 15:01:47 +0300 |
commit | 12b7d3674f006d1916cc3df49938dd9b61b78e2c (patch) | |
tree | edd3da6f5a2b99740fdf98027020fad9e22d90d2 /graphics.hpp | |
parent | e2c2cabaece87279a69b4e8e0c0929bbef178078 (diff) |
Make it render regularly while idling
Diffstat (limited to 'graphics.hpp')
-rw-r--r-- | graphics.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics.hpp b/graphics.hpp index a88cd61..98ad848 100644 --- a/graphics.hpp +++ b/graphics.hpp @@ -15,6 +15,7 @@ public: ~Graphics(); bool IsOk() const { return _initialized_ok; } void Render(const VDP&); + void ReRender(); private: bool _initialized_ok{}; |