Fixed warning & error

This commit is contained in:
Robert Osfield
2008-12-19 12:58:50 +00:00
parent 4324e9a915
commit 8951acabb7
2 changed files with 3 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ public:
}
void setDimensions(const Quad& q, point_type z = -1.0f) {
setDimensions(q[0], q[1], q[2], q[4], z);
setDimensions(q[0], q[1], q[2], q[3], z);
}
void setX(point_type x) {