mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-23 12:45:43 +02: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