Tried something, it kinda works

This commit is contained in:
andreja6
2018-10-22 21:04:21 -07:00
parent b986815fcb
commit 24306c04ec
10 changed files with 36 additions and 1 deletions

View File

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