From 7c8410604d16e960a4ef7727517dd5fd43e9499e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 Jul 2013 22:49:25 +0300 Subject: move bools in image. --- src/resources/image.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/image.h') diff --git a/src/resources/image.h b/src/resources/image.h index 78eb07d7f..5ac239471 100644 --- a/src/resources/image.h +++ b/src/resources/image.h @@ -183,9 +183,7 @@ class Image : public Resource // Generic protected members // ----------------------- - bool mLoaded; float mAlpha; - bool mHasAlphaChannel; // ----------------------- // SDL protected members @@ -204,6 +202,8 @@ class Image : public Resource std::map mAlphaCache; + bool mLoaded; + bool mHasAlphaChannel; bool mUseAlphaCache; bool mIsAlphaVisible; bool mIsAlphaCalculated; -- cgit v1.2.3-70-g09d2