mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-10 22:17:43 +00:00
General: Migrate off non-constexpr constants
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
WVectorEditor::WVectorEditor(QWidget *pParent)
|
||||
: QWidget(pParent)
|
||||
, mValue(CVector3f::skZero)
|
||||
, mValue(CVector3f::Zero())
|
||||
, mEditing(false)
|
||||
{
|
||||
SetupUI();
|
||||
|
||||
Reference in New Issue
Block a user