Windows runtime fix

This commit is contained in:
Joshua Granick
2014-03-18 16:58:38 -07:00
parent bb3308ce0f
commit 098b4328de
3 changed files with 24 additions and 8 deletions

View File

@@ -67,8 +67,10 @@ namespace lime {
int mWidth;
QuickVec<GLuint> mZombieTextures;
QuickVec<GLuint> mZombieVbos;
OpenGLS3D mS3D;
#ifdef ANDROID
OpenGLS3D *mS3D;
#endif
};