+ | Map changing

This commit is contained in:
RedShip
2025-02-04 18:56:10 +01:00
parent df9ab16b76
commit 9b3fb7d2b1
5 changed files with 18 additions and 9 deletions

View File

@ -23,7 +23,6 @@ class Quad : public Object
float x, y, z;
float x1, y1, z1;
float x2, y2, z2;
bool double_face;
int mat_index;
if (!(line >> x >> y >> z))