- Timestamp:
- 05/11/06 10:06:49 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OGRE/trunk/ogre_changes/Ogre1.2/OgreMain/src/OgreTextureUnitState.cpp
r768 r948 87 87 mParent = parent; 88 88 mAnimController = 0; 89 *this = oth; 90 #ifdef GAMETOOLS_ILLUMINATION_MODULE 91 isVT = false; 92 #endif 89 *this = oth; 93 90 } 94 91 … … 174 171 mParent->_dirtyHash(); 175 172 } 173 174 #ifdef GAMETOOLS_ILLUMINATION_MODULE 175 isVT = oth.isVT; 176 #endif 176 177 177 178 return *this;
Note: See TracChangeset
for help on using the changeset viewer.