예제 #1
0
파일: Test.cpp 프로젝트: mridul0810/box2d
Test::~Test()
{
	// By deleting the world, we delete the bomb, mouse joint, etc.
	delete m_world;
	m_world = NULL;
	RestoreParticleParameters();
}
예제 #2
0
Test::~Test(){
	delete m_world;
	m_world = NULL;
	RestoreParticleParameters();
}