mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-11 01:02:16 +00:00
Merge branch 'fix-crate-angle' into 'master'
Crates: fix bottom splat angle See merge request KartKrew/Kart!1700
This commit is contained in:
commit
f328d303f2
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ struct Box : AnyBox
|
|||
return dress(side, ff);
|
||||
};
|
||||
|
||||
dress(this, FF_FLOORSPRITE); // bottom (me)
|
||||
dress(this, FF_FLOORSPRITE)->turn(0); // bottom (me)
|
||||
side(FF_FLOORSPRITE)->z(height); // top
|
||||
|
||||
// sides
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue