Kinda sorta works

This commit is contained in:
andreja6
2018-10-23 12:46:54 -07:00
parent 6d1428ced9
commit e4529a949a
2 changed files with 24 additions and 6 deletions

View File

@@ -242,7 +242,7 @@ std::vector<Property> PhysicalInstance::getProperties()
"The position of the object in the workspace",
(LPARAM)"Coming soon",
PIT_EDIT
), (DWORD)&name));
), (DWORD)&position));
return properties;
}