From 3a114a6ba32b828f99915d3fab48f303d98643d6 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 15 Aug 2009 15:23:01 -0600 Subject: Fix some compile errors --- src/resources/image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/image.cpp b/src/resources/image.cpp index 73965e19..d2a1c82e 100644 --- a/src/resources/image.cpp +++ b/src/resources/image.cpp @@ -36,8 +36,8 @@ int Image::mTextureSize = 0; Image::Image(SDL_Surface *image, bool hasAlphaChannel, Uint8 *alphaChannel): mAlpha(1.0f), - mSDLSurface(image), mHasAlphaChannel(hasAlphaChannel), + mSDLSurface(image), mAlphaChannel(alphaChannel) { #ifdef USE_OPENGL -- cgit v1.2.3-70-g09d2