mirror of
https://github.com/rt64/rt64.git
synced 2025-02-11 15:40:37 +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;
|
||||
}
|
||||
else {
|
||||
return 0;
|
||||
return a;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user