| 155 | //unsigned int fp_control_state = _controlfp(_EM_INEXACT, _MCW_EM); |
| 156 | |
| 157 | void deleteDemo() |
| 158 | { |
| 159 | if (sCurrentDemo) |
| 160 | { |
| 161 | sCurrentDemo->exitPhysics(); |
| 162 | s_instancingRenderer->removeAllInstances(); |
| 163 | delete sCurrentDemo; |
| 164 | sCurrentDemo = 0; |
| 165 | delete s_guiHelper; |
| 166 | s_guiHelper = 0; |
| 167 | |
| 168 | // CProfileManager::CleanupMemory(); |
| 169 | } |
| 170 | } |
| 171 | |
| 172 | const char* gPngFileName = 0; |
| 173 | int gPngSkipFrames = 0; |
no test coverage detected