Video_Core : Type fixes
This commit is contained in:
parent
972dccc3f6
commit
04756bdaf6
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ void GeometryDumper::AddTriangle(Vertex& v0, Vertex& v1, Vertex& v2) {
|
|||
vertices.push_back(v1);
|
||||
vertices.push_back(v2);
|
||||
|
||||
int num_vertices = static_cast<int>(vertices.size());
|
||||
size_t num_vertices = vertices.size();
|
||||
faces.push_back({ num_vertices-3, num_vertices-2, num_vertices-1 });
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue