mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
Fix brusshape enum values
This commit is contained in:
parent
c031543420
commit
bae8636ec0
@ -48,10 +48,10 @@ namespace CSVRender
|
||||
|
||||
enum BrushShape
|
||||
{
|
||||
BrushShape_Point = 1,
|
||||
BrushShape_Square = 2,
|
||||
BrushShape_Circle = 3,
|
||||
BrushShape_Custom = 4
|
||||
BrushShape_Point = 0,
|
||||
BrushShape_Square = 1,
|
||||
BrushShape_Circle = 2,
|
||||
BrushShape_Custom = 3
|
||||
};
|
||||
|
||||
/// Editmode for terrain shape grid
|
||||
|
Loading…
x
Reference in New Issue
Block a user