mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-06-08 11:23:52 +00:00
Fixed warning.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user