diff --git a/src/nostalgia/core/context.hpp b/src/nostalgia/core/context.hpp index 279ecff9..ba4ed69d 100644 --- a/src/nostalgia/core/context.hpp +++ b/src/nostalgia/core/context.hpp @@ -77,13 +77,13 @@ class Context { const char *appName = "Nostalgia"; #ifndef OX_BARE_METAL AssetManager assetManager; - int uninterruptedRefreshes = 0; + int uninterruptedRefreshes = 3; ox::UniquePtr clipboard; #endif protected: #ifndef OX_BARE_METAL // sets screen refresh to constant instead of only on event - bool constantRefresh = false; + bool constantRefresh = true; #endif void *m_customData = nullptr;