Enlevé le Chunk de copie dans engine.h qui ne sert plus.
This commit is contained in:
@@ -40,7 +40,6 @@ private:
|
|||||||
BlockInfo* m_blockinfo[BTYPE_LAST];
|
BlockInfo* m_blockinfo[BTYPE_LAST];
|
||||||
TextureAtlas m_textureAtlas = TextureAtlas(BTYPE_LAST);
|
TextureAtlas m_textureAtlas = TextureAtlas(BTYPE_LAST);
|
||||||
World m_world = World();
|
World m_world = World();
|
||||||
Chunk m_copychunk = Chunk(0, 0);;
|
|
||||||
|
|
||||||
Texture m_textureFloor;
|
Texture m_textureFloor;
|
||||||
Texture m_textureSkybox;
|
Texture m_textureSkybox;
|
||||||
|
Reference in New Issue
Block a user