Merge branch 'master' of github.com:sippeangelo/Escape-the-Dawn
Conflicts: Escape-the-Dawn/GameWorld.cpp
This commit is contained in:
@@ -95,8 +95,6 @@ void GameWorld::Initialize()
|
||||
transform->Position = glm::vec3(10.f, 0.f, 0.f);
|
||||
model = AddComponent<Components::Model>(ent, "Model");
|
||||
model->ModelFile = "ship.obj";
|
||||
|
||||
// Camera
|
||||
}
|
||||
|
||||
void GameWorld::Update(double dt)
|
||||
|
||||
Reference in New Issue
Block a user