diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-31 12:40:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-31 12:40:55 +0300 |
commit | 0e3e3df8c385ed8ad6e4612570016ffae03169a6 (patch) | |
tree | 839b82ee1a87f70d47b73535832454716d7dd619 /src/render/sdl2graphics.cpp | |
parent | b85fd67fb14f6a49c7e71f2265254150ba7a1240 (diff) | |
download | mv-0e3e3df8c385ed8ad6e4612570016ffae03169a6.tar.gz mv-0e3e3df8c385ed8ad6e4612570016ffae03169a6.tar.bz2 mv-0e3e3df8c385ed8ad6e4612570016ffae03169a6.tar.xz mv-0e3e3df8c385ed8ad6e4612570016ffae03169a6.zip |
fix compilation errors with different flags.
Diffstat (limited to 'src/render/sdl2graphics.cpp')
-rw-r--r-- | src/render/sdl2graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/sdl2graphics.cpp b/src/render/sdl2graphics.cpp index 92dfc3309..fa6d052a1 100644 --- a/src/render/sdl2graphics.cpp +++ b/src/render/sdl2graphics.cpp @@ -238,7 +238,7 @@ void SDLGraphics::drawPattern(const Image *const image, const int x, const int y, const int w, const int h) { - drawParrernInline(image, x, y, w, h); + drawPatternInline(image, x, y, w, h); } void SDLGraphics::drawPatternInline(const Image *const image, |