From 9753cdbb33468148e1f690d67cb631d661e62027 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Apr 2013 16:39:35 +0300 Subject: fix style in resources directory. --- src/resources/subimage.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/resources/subimage.cpp') diff --git a/src/resources/subimage.cpp b/src/resources/subimage.cpp index f1cec9aaf..cad476f2f 100644 --- a/src/resources/subimage.cpp +++ b/src/resources/subimage.cpp @@ -36,6 +36,7 @@ SubImage::SubImage(Image *const parent, SDL_Surface *const image, const int x, const int y, const int width, const int height) : Image(image), + mInternalBounds(), mParent(parent) { if (mParent) @@ -84,6 +85,7 @@ SubImage::SubImage(Image *const parent, const GLuint image, const int x, const int y, const int width, const int height, const int texWidth, const int texHeight): Image(image, width, height, texWidth, texHeight), + mInternalBounds(), mParent(parent) { if (mParent) -- cgit v1.2.3-60-g2f50