summaryrefslogtreecommitdiff
path: root/src/render/sdlgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/sdlgraphics.h')
-rw-r--r--src/render/sdlgraphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/sdlgraphics.h b/src/render/sdlgraphics.h
index 53a139612..17b54db92 100644
--- a/src/render/sdlgraphics.h
+++ b/src/render/sdlgraphics.h
@@ -129,6 +129,7 @@ class SDLGraphics final : public Graphics
void drawLine(int x1, int y1, int x2, int y2) override final;
bool setVideoMode(const int w, const int h,
+ const int scale,
const int bpp,
const bool fs,
const bool hwaccel,