Fix compiler error

This commit is contained in:
rdb 2009-04-02 08:27:16 +00:00
parent dc543662be
commit 9c1244dd92
1 changed files with 1 additions and 0 deletions

View File

@ -716,6 +716,7 @@ get_quality_level_string(EggTexture::QualityLevel quality_level) {
case EggTexture::QL_best:
return "b";
}
return "";
}
////////////////////////////////////////////////////////////////////