mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 18:39:39 +00:00
use enum for mbrushshape initialization
This commit is contained in:
parent
4f9ec24e41
commit
5b9debc554
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
CSVRender::TerrainShapeMode::TerrainShapeMode (WorldspaceWidget *worldspaceWidget, osg::Group* parentNode, QWidget *parent)
|
||||
: EditMode (worldspaceWidget, QIcon {":scenetoolbar/editing-terrain-shape"}, Mask_Terrain | Mask_Reference, "Terrain land editing", parent),
|
||||
mBrushSize(0),
|
||||
mBrushShape(0),
|
||||
mBrushShape(BrushShape_Point),
|
||||
mShapeBrushScenetool(0),
|
||||
mDragMode(InteractionType_None),
|
||||
mParentNode(parentNode),
|
||||
|
|
Loading…
Reference in a new issue