void ArtkpApp::shutdown() { if ( mCapture ) { mCapture.stop(); } }
void BulletTestApp::shutdown() { if ( mCapture && mCapture.isCapturing() ) { mCapture.stop(); } if ( mLight ) { delete mLight; } if ( mTerrain != 0 ) { //delete mTerrain; } }