mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix for missing return warning
This commit is contained in:
parent
bc5d9a46a2
commit
23ed314250
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ static xColor getLoadingOrbColor(Avatar::LoadingStatus loadingStatus) {
|
|||
case Avatar::LoadingStatus::LoadSuccess:
|
||||
return LOAD_SUCCESS_COLOR;
|
||||
case Avatar::LoadingStatus::LoadFailure:
|
||||
default:
|
||||
return LOAD_FAILURE_COLOR;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue