Clang 5.0 fixes
- Added override keyword - Removed inherited member variables
This commit is contained in:
@@ -231,7 +231,6 @@ cRoughRavines::cRoughRavines(
|
||||
int a_GridSize, int a_MaxOffset
|
||||
) :
|
||||
super(a_Seed, a_GridSize, a_GridSize, a_MaxOffset, a_MaxOffset, a_MaxSize, a_MaxSize, 64),
|
||||
m_Seed(a_Seed),
|
||||
m_MaxSize(a_MaxSize),
|
||||
m_MinSize(a_MinSize),
|
||||
m_MaxCenterWidth(a_MaxCenterWidth),
|
||||
|
||||
Reference in New Issue
Block a user