[nostalgia] Make default constant refresh setting false
This commit is contained in:
parent
5c783da3fc
commit
38cb3fc962
@ -77,13 +77,13 @@ class Context {
|
||||
const char *appName = "Nostalgia";
|
||||
#ifndef OX_BARE_METAL
|
||||
AssetManager assetManager;
|
||||
int uninterruptedRefreshes = 0;
|
||||
int uninterruptedRefreshes = 3;
|
||||
ox::UniquePtr<BaseClipboardObject> 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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user