fixed memory leak in double tap gesture
fixed some compiler warnings removed dead and useless code
This commit is contained in:
@@ -109,7 +109,7 @@ bool JOBJModel::Load(const char *modelName, const char *textureName)
|
||||
face.mVertCount = 0;
|
||||
|
||||
char *p = strchr(tmpLine, ' ');
|
||||
char *pNext = p;
|
||||
char *pNext = NULL;
|
||||
|
||||
int vertIdx, texIdx, norIdx;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user