Commit 2bb81bfd authored by anotherguest's avatar anotherguest

Added #ifdef SCALE for set scale factor in video.cpp(was missing)

parent 6a0cbf3f
......@@ -233,7 +233,7 @@ int Video::getHeight () {
}
#ifdef SCALE
int Video::getScaleFactor () {
return scaleFactor;
......@@ -250,7 +250,7 @@ void Video::setScaleFactor (int newScaleFactor) {
return;
}
#endif
#ifndef FULLSCREEN_ONLY
bool Video::isFullscreen () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment