Changeset 136 for cafu/trunk/CaWE/AppCaWE.cpp
- Timestamp:
- 08/27/10 11:30:01 (21 months ago)
- Files:
-
- 1 modified
-
cafu/trunk/CaWE/AppCaWE.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/CaWE/AppCaWE.cpp
r109 r136 72 72 cf::ClipSys::CollModelManI* cf::ClipSys::CollModelMan=&CCM; 73 73 74 ConsoleInterpreterI* ConsoleInterpreter=NULL; 75 MaterialManagerI* MaterialManager =NULL; 74 76 cf::GuiSys::GuiManI* cf::GuiSys::GuiMan=NULL; 75 77 … … 220 222 m_FileConfig=NULL; 221 223 222 // TODO: delete cf::FileSys::FileMan; // Shoud have cf::FileSys::FileMan=new cf::FileSys::FileManImplT; in OnInit().223 cf::FileSys::FileMan=NULL;224 225 224 ConsoleInterpreter=NULL; // This is very important, to make sure that no ConFuncT or ConVarT dtor accesses the ConsoleInterpreter that might already have been destroyed then. 226 225
