Enlevé le Chunk de copie dans engine.h qui ne sert plus.
This commit is contained in:
parent
592cb5c4f8
commit
802dd82cb6
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user