- thread synch bugfix in Internet Lobby Menu (thanks tomreyn for the stack trace)

This commit is contained in:
Mark Vejvoda
2010-10-30 17:31:57 +00:00
parent dfedf2259b
commit d8c11ebe71
4 changed files with 64 additions and 25 deletions

View File

@@ -30,7 +30,7 @@ public:
TextureGl();
GLuint getHandle() const {return handle;}
void OutputTextureDebugInfo(Texture::Format format, int components, const string path,uint64 rawSize);
void OutputTextureDebugInfo(Texture::Format format, int components, const string path,uint64 rawSize,GLenum texType);
};
// =====================================================