diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-21 21:47:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-24 21:08:15 +0300 |
commit | e1cacb5f675b782ba1cfee8906c78ec7793807c8 (patch) | |
tree | 2c4c1160d1034b451ad38b1c33537bed3510a397 /src/compoundsprite.cpp | |
parent | a3082da9c7296bb18b7a6bc0424eb2a19d485ff6 (diff) | |
download | plus-e1cacb5f675b782ba1cfee8906c78ec7793807c8.tar.gz plus-e1cacb5f675b782ba1cfee8906c78ec7793807c8.tar.bz2 plus-e1cacb5f675b782ba1cfee8906c78ec7793807c8.tar.xz plus-e1cacb5f675b782ba1cfee8906c78ec7793807c8.zip |
rename target in graphics into window.
Diffstat (limited to 'src/compoundsprite.cpp')
-rw-r--r-- | src/compoundsprite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compoundsprite.cpp b/src/compoundsprite.cpp index d0bf9bc31..bb9b88159 100644 --- a/src/compoundsprite.cpp +++ b/src/compoundsprite.cpp @@ -333,7 +333,7 @@ void CompoundSprite::redraw() const SDLGraphics *graphics = new SDLGraphics(); graphics->setBlitMode(SDLGraphics::BLIT_GFX); - graphics->setTarget(surface); + graphics->setWindow(surface); graphics->_beginDraw(); int tileX = 32 / 2; |