mirror of
https://github.com/overte-org/overte.git
synced 2025-08-17 07:35:46 +02:00
Fixed unused variable warning
This commit is contained in:
parent
fdce0baee9
commit
d313c23871
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue