diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-24 18:51:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-24 21:08:17 +0300 |
commit | 43fd8a8d53d4bd811a8e4d468a78f201148e5896 (patch) | |
tree | d9301ad729927db224c35636890782e4748b0599 /src/surfacegraphics.h | |
parent | 889ea19ddd5b4240375793d5030a04ed4642ec66 (diff) | |
download | plus-43fd8a8d53d4bd811a8e4d468a78f201148e5896.tar.gz plus-43fd8a8d53d4bd811a8e4d468a78f201148e5896.tar.bz2 plus-43fd8a8d53d4bd811a8e4d468a78f201148e5896.tar.xz plus-43fd8a8d53d4bd811a8e4d468a78f201148e5896.zip |
fix atlases cretion in SDL2.
Diffstat (limited to 'src/surfacegraphics.h')
-rw-r--r-- | src/surfacegraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/surfacegraphics.h b/src/surfacegraphics.h index 5cce65ddd..9ba2f183f 100644 --- a/src/surfacegraphics.h +++ b/src/surfacegraphics.h @@ -52,7 +52,7 @@ class SurfaceGraphics : public Graphics virtual ~SurfaceGraphics(); - void setWindow(SDL_Surface *const target) + void setTarget(SDL_Surface *const target) { mTarget = target; } SDL_Surface *getTarget() const |