float and double were being used to temporarily store floating-point values that had yet to be converted to the correct endianness. This conversion was lossy.
The rounding errors were very noticeable in some of the stock courses in Mario Kart: Double Dash!!. For instance:
Near the baseboards inside the castle in Bowser's Castle (see screenshot).
In some of the boost pads in the spiral part in Rainbow Road.
float
anddouble
were being used to temporarily store floating-point values that had yet to be converted to the correct endianness. This conversion was lossy.The rounding errors were very noticeable in some of the stock courses in Mario Kart: Double Dash!!. For instance: