Changed how properties work

This commit is contained in:
andreja6
2018-10-23 06:49:41 -07:00
parent 18b856602c
commit ee528d1245
11 changed files with 26 additions and 34 deletions

View File

@@ -19,7 +19,6 @@ PhysicalInstance::PhysicalInstance(void)
back = Smooth;
left = Smooth;
bottom = Smooth;
initProperties();
}
PhysicalInstance::PhysicalInstance(const PhysicalInstance &oinst)