fix a minor bug

This commit is contained in:
Yggdrasil75
2026-02-11 07:01:42 -05:00
parent d07325932c
commit 1ba5611672

View File

@@ -340,8 +340,6 @@ private:
readVal(in, pt->emittance);
readVal(in, pt->refraction);
readVal(in, pt->reflection);
int shapeInt;
readVal(in, shapeInt);
node->points.push_back(pt);
}
} else {