mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 14:11:15 +02:00
- fixed win32 vc++ project files to add new include path for libpng
This commit is contained in:
@@ -462,9 +462,9 @@ Model::Model(){
|
||||
meshes= NULL;
|
||||
textureManager= NULL;
|
||||
lastTData = -1;
|
||||
lastCycleData = -1;
|
||||
lastCycleData = false;
|
||||
lastTVertex = -1;
|
||||
lastCycleVertex = -1;
|
||||
lastCycleVertex = false;
|
||||
isStaticModel = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user