diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-31 01:25:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-31 01:25:52 +0300 |
commit | c91a3307224f79d08f8f85787310aea6a5d03c5f (patch) | |
tree | b6e2551e758b802a7439bd7cb77a169b27a7e43d /src/being/compoundsprite.cpp | |
parent | f363a257dac02ca844677e7cf258a57b0f34cb8d (diff) | |
download | plus-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/compoundsprite.cpp')
-rw-r--r-- | src/being/compoundsprite.cpp | 2 |
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(); |