1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-25 22:09:35 +00:00

Fix compilation warning.

This commit is contained in:
Sergey Lipskiy 2019-02-25 15:38:20 +07:00
parent 19cf24f701
commit 69d608310f

View File

@ -197,7 +197,7 @@ private:
bool update(RdpUpdateResult & _result);
private:
u32 oldvstart = 0U;
s32 oldvstart = 0;
u32 prevvicurrent = 0U;
bool prevwasblank = false;
bool prevserrate = false;