mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-25 02:13:50 +00:00
parent
ca5fde56fe
commit
2be856a2d4
2 changed files with 12 additions and 14 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue