mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
Fix compile error
This commit is contained in:
parent
c4306b624d
commit
fe8a2ae680
1 changed files with 0 additions and 1 deletions
|
@ -565,7 +565,6 @@ void R_DrawTiltedSpan_8(void)
|
||||||
uz += ds_su.x;
|
uz += ds_su.x;
|
||||||
vz += ds_sv.x;
|
vz += ds_sv.x;
|
||||||
} while (--width >= 0);
|
} while (--width >= 0);
|
||||||
}
|
|
||||||
#else
|
#else
|
||||||
#define SPANSIZE 16
|
#define SPANSIZE 16
|
||||||
#define INVSPAN 0.0625f
|
#define INVSPAN 0.0625f
|
||||||
|
|
Loading…
Reference in a new issue