summaryrefslogtreecommitdiff
path: root/src/being
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-31 01:25:52 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-31 01:25:52 +0300
commitc91a3307224f79d08f8f85787310aea6a5d03c5f (patch)
treeb6e2551e758b802a7439bd7cb77a169b27a7e43d /src/being
parentf363a257dac02ca844677e7cf258a57b0f34cb8d (diff)
downloadplus-c91a3307224f79d08f8f85787310aea6a5d03c5f.tar.gz
plus-c91a3307224f79d08f8f85787310aea6a5d03c5f.tar.bz2
plus-c91a3307224f79d08f8f85787310aea6a5d03c5f.tar.xz
plus-c91a3307224f79d08f8f85787310aea6a5d03c5f.zip
Move blitmode enum into separate file.
Diffstat (limited to 'src/being')
-rw-r--r--src/being/compoundsprite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/compoundsprite.cpp b/src/being/compoundsprite.cpp
index ed8aacbe9..98313cc15 100644
--- a/src/being/compoundsprite.cpp
+++ b/src/being/compoundsprite.cpp
@@ -340,7 +340,7 @@ void CompoundSprite::redraw() const
return;
SurfaceGraphics *graphics = new SurfaceGraphics();
- graphics->setBlitMode(SurfaceGraphics::BLIT_GFX);
+ graphics->setBlitMode(BlitMode::BLIT_GFX);
graphics->setTarget(surface);
graphics->beginDraw();