Пример #1
0
void ArtkpApp::shutdown()
{
	if ( mCapture )
	{
		mCapture.stop();
	}
}
Пример #2
0
void BulletTestApp::shutdown()
{
	if ( mCapture && mCapture.isCapturing() ) {
		mCapture.stop();
	}
	if ( mLight ) {
		delete mLight;
	}
	if ( mTerrain != 0 ) {
		//delete mTerrain;
	}
}