Getting there...

This commit is contained in:
MarcEricMartel
2021-11-15 22:54:01 -05:00
parent cee946028a
commit aa1d19d93d
3 changed files with 34 additions and 20 deletions

View File

@@ -301,7 +301,7 @@ void Engine::Render(float elapsedTime) {
glPolygonMode(GL_FRONT_AND_BACK, GL_LINE);
if (m_player.GetPosition().y < -10.f) m_player = Player(Vector3f(64, 64, 64));
if (m_player.GetPosition().y < -10.f) m_player = Player(Vector3f(64, 34, 64));
}
void Engine::KeyPressEvent(unsigned char key)