Boats spawn on top of a block. not between 4 blocks.
This commit is contained in:
parent
6b21dc6d11
commit
59165dcba5
@ -67,7 +67,7 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
cBoat * Boat = new cBoat(x, y + 1, z);
|
||||
cBoat * Boat = new cBoat(x + 0.5, y + 1, z + 0.5);
|
||||
Boat->Initialize(a_World);
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user