fix gcc warning

This commit is contained in:
MihailRis 2024-07-17 12:26:30 +03:00
parent 104a6f76c5
commit 2e407e7f60

View File

@ -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";
}
}