mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-12 19:12:31 +00:00
Crates: fix bottom splat angle
This commit is contained in:
parent
0d2844bc5a
commit
a5772c21c3
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ struct Box : AnyBox
|
||||||
return dress(side, ff);
|
return dress(side, ff);
|
||||||
};
|
};
|
||||||
|
|
||||||
dress(this, FF_FLOORSPRITE); // bottom (me)
|
dress(this, FF_FLOORSPRITE)->turn(0); // bottom (me)
|
||||||
side(FF_FLOORSPRITE)->z(height); // top
|
side(FF_FLOORSPRITE)->z(height); // top
|
||||||
|
|
||||||
// sides
|
// sides
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue