- Timestamp:
- 05/27/08 08:20:01 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Material/Base/OSGSwitchMaterialBase.cpp
r1197 r1250 129 129 "NULL", 130 130 0, 131 (PrototypeCreateF) &SwitchMaterialBase::createEmptyLocal,131 reinterpret_cast<PrototypeCreateF>(&SwitchMaterialBase::createEmptyLocal), 132 132 SwitchMaterial::initMethod, 133 133 SwitchMaterial::exitMethod, 134 (InitalInsertDescFunc) &SwitchMaterialBase::classDescInserter,134 reinterpret_cast<InitalInsertDescFunc>(&SwitchMaterialBase::classDescInserter), 135 135 false, 136 136 0,
