mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
correct typing
This commit is contained in:
parent
c6304fda99
commit
0bf2ea9011
@ -13,7 +13,7 @@ struct MeshGroup {
|
|||||||
int vertexPerFace = 0;
|
int vertexPerFace = 0;
|
||||||
int version = 0;
|
int version = 0;
|
||||||
std::vector<D3DRMVERTEX> vertices;
|
std::vector<D3DRMVERTEX> vertices;
|
||||||
std::vector<unsigned int> indices;
|
std::vector<DWORD> indices;
|
||||||
|
|
||||||
MeshGroup() = default;
|
MeshGroup() = default;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user