mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add VSync graphics option, off by default
This is if you want delta-timesteps to go as quickly as possible. Also it seems like on Windows this only has an effect in exclusive fullscreen mode.
This commit is contained in:
@@ -324,6 +324,9 @@ public:
|
||||
bool kludgeswnlinewidth;
|
||||
|
||||
Uint32 crewcolourreal(int t);
|
||||
|
||||
bool vsync;
|
||||
void processVsync();
|
||||
};
|
||||
|
||||
extern Graphics graphics;
|
||||
|
||||
Reference in New Issue
Block a user