Code review changes

This commit is contained in:
Iain Mckay
2021-12-15 16:56:39 +01:00
parent 32f225c922
commit 2674086e0c
3 changed files with 1 additions and 23 deletions

View File

@@ -324,7 +324,6 @@ bool PhysicsService::Init()
#endif
Physics::DefaultScene = Physics::FindOrCreateScene(TEXT("Default"));
Physics::Scenes.Add(Physics::DefaultScene);
// Create default resources
DefaultMaterial = CPhysX->createMaterial(0.7f, 0.7f, 0.3f);
@@ -533,14 +532,3 @@ PhysicsScene* Physics::FindScene(const String& name)
return nullptr;
}
void Physics::BeginPlay()
{
reset();
}
void Physics::EndPlay()
{
reset();
}