Remove FileVersion from RestoreDocFile, convert point data back to floats
This commit is contained in:
@@ -297,7 +297,7 @@ void MeshObject::Restore(Base::XMLReader &reader)
|
||||
// this is handled by the property class
|
||||
}
|
||||
|
||||
void MeshObject::RestoreDocFile(Base::Reader &reader, const int FileVersion)
|
||||
void MeshObject::RestoreDocFile(Base::Reader &reader)
|
||||
{
|
||||
load(reader);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user