mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-19 13:25:47 +01:00
Fix warning about getVertexTypeDescription reaching its end (#14806)
This commit is contained in:
@@ -107,6 +107,7 @@ static const VertexType &getVertexTypeDescription(E_VERTEX_TYPE type)
|
||||
return vtTangents;
|
||||
default:
|
||||
assert(false);
|
||||
CODE_UNREACHABLE();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user