This commit is contained in:
MarcEricMartel
2021-11-19 09:06:09 -05:00
parent 6b87156ff7
commit ad8f414840
2 changed files with 3 additions and 3 deletions

View File

@@ -51,8 +51,7 @@ private:
Shader m_shader01;
Audio m_audio = Audio(AUDIO_PATH "music01.wav");
//Player m_player = Player(Vector3f(VIEW_DISTANCE * CHUNK_SIZE_X / 2, CHUNK_SIZE_Y / 2, VIEW_DISTANCE * CHUNK_SIZE_Z / 2));
Player m_player = Player(Vector3f(1, CHUNK_SIZE_Y / 2, 1));
Player m_player = Player(Vector3f(VIEW_DISTANCE * CHUNK_SIZE_X / 2, CHUNK_SIZE_Y / 2, VIEW_DISTANCE * CHUNK_SIZE_Z / 2));
bool m_keyW = false;
bool m_keyA = false;