Done!
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user