Simple graphics question..
Simple graphics question..
In the game's configuration options under graphical interface, there's a checkbox for an option called "Wait VBL", which is unchecked by default. I'd just like to know what it is and does. Thank you in advance.
Re: Simple graphics question..
This function works just like "VSync" - It locks the frame rate to your monitor's refresh rate. Using VSync can help with graphical problems, especially on older monitors, but can cause a lower frame rate.
Re: Simple graphics question..
Ah I see, thank you very much.