mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +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);
|
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