fix a minor bug
This commit is contained in:
@@ -340,8 +340,6 @@ private:
|
|||||||
readVal(in, pt->emittance);
|
readVal(in, pt->emittance);
|
||||||
readVal(in, pt->refraction);
|
readVal(in, pt->refraction);
|
||||||
readVal(in, pt->reflection);
|
readVal(in, pt->reflection);
|
||||||
int shapeInt;
|
|
||||||
readVal(in, shapeInt);
|
|
||||||
node->points.push_back(pt);
|
node->points.push_back(pt);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user