These files were meant to be part of the previous checkin. I blame AnkhSVN yet again. Someone needs to write a Subversion tool with proper changelist support!

This commit is contained in:
wrenczes@gmail.com
2010-12-01 07:20:26 +00:00
parent 69c1ba8717
commit a0427d99df
3 changed files with 108 additions and 93 deletions
+2 -1
View File
@@ -340,8 +340,9 @@ public:
#if defined (WIN32) || defined (LINUX) || defined (IOS)
GLuint mTexId;
u8* mBuffer;
#else
int mTextureFormat;
int mTextureFormat;
int mTexId;
bool mInVideoRAM;
PIXEL_TYPE* mBits;