Ignore:
Timestamp:
05/11/06 10:06:49 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • OGRE/trunk/ogre_changes/Ogre1.2/OgreMain/src/OgreTextureUnitState.cpp

    r768 r948  
    8787        mParent = parent; 
    8888        mAnimController = 0; 
    89         *this = oth; 
    90                 #ifdef GAMETOOLS_ILLUMINATION_MODULE 
    91                         isVT = false; 
    92                 #endif 
     89        *this = oth;             
    9390    } 
    9491 
     
    174171            mParent->_dirtyHash(); 
    175172        } 
     173 
     174                #ifdef GAMETOOLS_ILLUMINATION_MODULE 
     175                        isVT = oth.isVT; 
     176                #endif 
    176177 
    177178        return *this; 
Note: See TracChangeset for help on using the changeset viewer.