mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 12:43:19 +02: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