Fix compiler error
This commit is contained in:
parent
dc543662be
commit
9c1244dd92
|
|
@ -716,6 +716,7 @@ get_quality_level_string(EggTexture::QualityLevel quality_level) {
|
|||
case EggTexture::QL_best:
|
||||
return "b";
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue