mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 01:03:59 +02:00
fix warning
This commit is contained in:
parent
be86748200
commit
a16a477134
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ vec3 paintRainbow(float normalizedHue) {
|
|||
}
|
||||
}
|
||||
|
||||
const int INVALID_STATUS = 0xFFFFFFFF;
|
||||
const int INVALID_STATUS = int(0xFFFFFFFF);
|
||||
|
||||
int getIconStatus(int icon) {
|
||||
if (icon < 4) {
|
||||
|
|
Loading…
Reference in a new issue