General: Migrate off non-constexpr constants

This commit is contained in:
Lioncash
2020-06-16 22:22:54 -04:00
parent 31bfca7aac
commit 566a32fd75
50 changed files with 304 additions and 258 deletions

View File

@@ -2,7 +2,7 @@
WVectorEditor::WVectorEditor(QWidget *pParent)
: QWidget(pParent)
, mValue(CVector3f::skZero)
, mValue(CVector3f::Zero())
, mEditing(false)
{
SetupUI();