Fixed unused variable warning

This commit is contained in:
Atlante45 2015-01-18 05:41:05 -08:00
parent fdce0baee9
commit d313c23871

View file

@ -3915,6 +3915,7 @@ void Application::setVSyncEnabled() {
#else
qDebug("V-Sync is FORCED ON on this system\n");
#endif
vsyncOn = true; // Turns off unused variable warning
}
bool Application::isVSyncOn() const {