fix gcc warning
This commit is contained in:
parent
104a6f76c5
commit
2e407e7f60
@ -12,6 +12,7 @@ std::string to_string(BlockModel model) {
|
||||
case BlockModel::xsprite: return "X";
|
||||
case BlockModel::aabb: return "aabb";
|
||||
case BlockModel::custom: return "custom";
|
||||
default: return "unknown";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user