diff options
Diffstat (limited to 'src/graphics.cpp')
-rw-r--r-- | src/graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.cpp b/src/graphics.cpp index c217fed05..40cda110a 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -892,7 +892,7 @@ bool Graphics::calcWindow(GraphicsVertexes *const vert, int Graphics::SDL_FakeUpperBlit(const SDL_Surface *const src, SDL_Rect *const srcrect, - SDL_Surface *const dst, + const SDL_Surface *const dst, SDL_Rect *dstrect) const { SDL_Rect fulldst; |