- fixed win32 vc++ project files to add new include path for libpng

This commit is contained in:
Mark Vejvoda
2011-01-21 23:17:54 +00:00
parent b4140d92dc
commit 004803a8a6
2 changed files with 4 additions and 4 deletions

View File

@@ -462,9 +462,9 @@ Model::Model(){
meshes= NULL;
textureManager= NULL;
lastTData = -1;
lastCycleData = -1;
lastCycleData = false;
lastTVertex = -1;
lastCycleVertex = -1;
lastCycleVertex = false;
isStaticModel = false;
}