diff options
Diffstat (limited to 'src/compoundsprite.cpp')
-rw-r--r-- | src/compoundsprite.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compoundsprite.cpp b/src/compoundsprite.cpp index a191afc59..748bf4d42 100644 --- a/src/compoundsprite.cpp +++ b/src/compoundsprite.cpp @@ -55,12 +55,12 @@ CompoundSprite::CompoundSprite() : mAlphaImage(nullptr), mOffsetX(0), mOffsetY(0), + mSprites(), + mNextRedrawTime(0), mNeedsRedraw(false), mEnableAlphaFix(config.getBoolValue("enableAlphaFix")), mDisableAdvBeingCaching(config.getBoolValue("disableAdvBeingCaching")), - mDisableBeingCaching(config.getBoolValue("disableBeingCaching")), - mSprites(), - mNextRedrawTime(0) + mDisableBeingCaching(config.getBoolValue("disableBeingCaching")) { mAlpha = 1.0f; } |