mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Minor fix.
This commit is contained in:
parent
3c0e4c68b3
commit
d7b69b1ce9
1 changed files with 1 additions and 1 deletions
|
@ -1497,7 +1497,7 @@ void shadowVolumeCreate(ShadowVolume& _shadowVolume
|
|||
{
|
||||
s = -s;
|
||||
}
|
||||
k += uint16_t(s);
|
||||
k += int16_t(s);
|
||||
}
|
||||
|
||||
if (k == 0)
|
||||
|
|
Loading…
Reference in a new issue