summaryrefslogtreecommitdiff
path: root/src/render/sdl2graphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-31 12:40:55 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-31 12:40:55 +0300
commit0e3e3df8c385ed8ad6e4612570016ffae03169a6 (patch)
tree839b82ee1a87f70d47b73535832454716d7dd619 /src/render/sdl2graphics.cpp
parentb85fd67fb14f6a49c7e71f2265254150ba7a1240 (diff)
downloadplus-0e3e3df8c385ed8ad6e4612570016ffae03169a6.tar.gz
plus-0e3e3df8c385ed8ad6e4612570016ffae03169a6.tar.bz2
plus-0e3e3df8c385ed8ad6e4612570016ffae03169a6.tar.xz
plus-0e3e3df8c385ed8ad6e4612570016ffae03169a6.zip
fix compilation errors with different flags.
Diffstat (limited to 'src/render/sdl2graphics.cpp')
-rw-r--r--src/render/sdl2graphics.cpp2
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,