mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Forgot to change the initial wrapping
This commit is contained in:
parent
0726335252
commit
e6ca325025
|
|
@ -103,7 +103,7 @@ void Chunk::setPos(int x, int y, int z)
|
||||||
// 4J - changed to just set the value rather than make a new one, if we've already created storage
|
// 4J - changed to just set the value rather than make a new one, if we've already created storage
|
||||||
if( bb == NULL )
|
if( bb == NULL )
|
||||||
{
|
{
|
||||||
bb = std::unique_ptr<AABB>(AABB::newPermanent(-g, -g, -g, XZSIZE+g, SIZE+g, XZSIZE+g));
|
bb = shared_ptr<AABB>(AABB::newPermanent(-g, -g, -g, XZSIZE+g, SIZE+g, XZSIZE+g));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue