This commit is contained in:
MarcEricMartel
2021-12-08 16:29:36 -05:00
parent 8e2169420e
commit 9b56a9b4a5
6 changed files with 10 additions and 13 deletions

View File

@@ -41,7 +41,6 @@ private:
bool m_isSkybox = true;
int m_renderCount = 0;
int m_badHitCount = 0;
Shader m_shader01;
BlockInfo* m_blockinfo[BTYPE_LAST];
@@ -58,7 +57,6 @@ private:
Audio m_audio = Audio(AUDIO_PATH "music01.wav");
irrklang::ISound* m_powpow;
irrklang::ISound* m_step;
irrklang::ISound* m_scream;
Player m_player = Player(Vector3f(0, CHUNK_SIZE_Y + 1.8f, 0));