diff --git a/SQCSim2021/engine.h b/SQCSim2021/engine.h index 9693523..0533c3f 100644 --- a/SQCSim2021/engine.h +++ b/SQCSim2021/engine.h @@ -40,7 +40,6 @@ private: BlockInfo* m_blockinfo[BTYPE_LAST]; TextureAtlas m_textureAtlas = TextureAtlas(BTYPE_LAST); World m_world = World(); - Chunk m_copychunk = Chunk(0, 0);; Texture m_textureFloor; Texture m_textureSkybox;