aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Chunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/Chunk.h')
-rw-r--r--Minecraft.Client/Chunk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Minecraft.Client/Chunk.h b/Minecraft.Client/Chunk.h
index f7947156..e0ae016e 100644
--- a/Minecraft.Client/Chunk.h
+++ b/Minecraft.Client/Chunk.h
@@ -46,11 +46,11 @@ public:
int xRender, yRender, zRender;
int xRenderOffs, yRenderOffs, zRenderOffs;
- int xm, ym, zm;
- AABB *bb;
+ int xm, ym, zm;
+ shared_ptr<AABB> bb;
ClipChunk *clipChunk;
- int id;
+ int id;
//public:
// vector<shared_ptr<TileEntity> > renderableTileEntities; // 4J - removed