mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-21 10:49:23 +00:00
Fixed a lot of property bugs, fixed more various VS2017 compiler errors, property editor works correctly now
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
|
||||
CVertex() {}
|
||||
|
||||
CVertex(CVector3f& rPos)
|
||||
CVertex(const CVector3f& rPos)
|
||||
{
|
||||
Position = rPos;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user