From 802dd82cb68cedc4fcb35ff830f2188acb7ce034 Mon Sep 17 00:00:00 2001 From: MarcEricMartel <74071476+MarcEricMartel@users.noreply.github.com> Date: Thu, 18 Nov 2021 19:28:00 -0500 Subject: [PATCH] =?UTF-8?q?Enlev=C3=A9=20le=20Chunk=20de=20copie=20dans=20?= =?UTF-8?q?engine.h=20qui=20ne=20sert=20plus.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SQCSim2021/engine.h | 1 - 1 file changed, 1 deletion(-) 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;