Fixed warning.

This commit is contained in:
Бранимир Караџић
2020-05-30 21:42:08 -07:00
parent 977188e9de
commit adc701d611

View File

@@ -217,7 +217,7 @@ public:
}
void updateIndexBuffer() {
int verts = bx::easeInQuad(m_LOD) * m_totalVertices;
int verts = int(bx::easeInQuad(m_LOD) * m_totalVertices);
if (verts <= 0)
return;