Fixed a lot of property bugs, fixed more various VS2017 compiler errors, property editor works correctly now

This commit is contained in:
Aruki
2018-07-08 21:59:01 -06:00
parent 6cbc2a3208
commit 4faadbda61
30 changed files with 466 additions and 314 deletions

View File

@@ -24,7 +24,7 @@ public:
CVertex() {}
CVertex(CVector3f& rPos)
CVertex(const CVector3f& rPos)
{
Position = rPos;
}