diff options
Diffstat (limited to 'src/graphicsvertexes.h')
-rw-r--r-- | src/graphicsvertexes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphicsvertexes.h b/src/graphicsvertexes.h index f0c19d4bc..4a4fd37f9 100644 --- a/src/graphicsvertexes.h +++ b/src/graphicsvertexes.h @@ -153,7 +153,7 @@ class GraphicsVertexes void init(const int x, const int y, const int w, const int h); - void pushSDL(const SDL_Rect r1, const SDL_Rect r2); + void pushSDL(const SDL_Rect &r1, const SDL_Rect &r2); void clearSDL(); |