diff options
Diffstat (limited to 'src/resources/image.h')
-rw-r--r-- | src/resources/image.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/image.h b/src/resources/image.h index 4f59ba1ae..72b85cc1e 100644 --- a/src/resources/image.h +++ b/src/resources/image.h @@ -214,13 +214,14 @@ class Image : public Resource static int mTextureType; #endif + SDL_Rect mBounds; + protected: // ----------------------- // Generic protected members // ----------------------- - SDL_Rect mBounds; bool mLoaded; float mAlpha; bool mHasAlphaChannel; |