mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
Cleaned up Cube (#48)
* Cleaned up Cube * Refactor/cleanup & documentation of Cube * Renamed Tesselator to Tessellator * Revert "Tesselator" Spelling Correction --------- Co-authored-by: Brent Da Mage <BrentDaMage@users.noreply.github.com>
This commit is contained in:
@@ -68,7 +68,7 @@ void PolygonQuad::mirror()
|
||||
std::swap(m_verts[1], m_verts[2]);
|
||||
}
|
||||
|
||||
void PolygonQuad::render(Tesselator& t, float scale, int unused)
|
||||
void PolygonQuad::render(Tesselator& t, float scale)
|
||||
{
|
||||
for (int i = 0; i < 4; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user