mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:10:25 +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) {
|
int getIconStatus(int icon) {
|
||||||
if (icon < 4) {
|
if (icon < 4) {
|
||||||
|
|
Loading…
Reference in a new issue