mirror of
https://github.com/rt64/rt64.git
synced 2025-02-14 06:41:12 +00:00
Fix else condition in modulo.
This commit is contained in:
parent
b2e98b9d28
commit
ed7acede71
@ -651,7 +651,7 @@ namespace RT64 {
|
|||||||
return r < 0 ? r + b : r;
|
return r < 0 ? r + b : r;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return 0;
|
return a;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user