diff options
Diffstat (limited to 'src/Generating/IntGen.h')
-rw-r--r-- | src/Generating/IntGen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/IntGen.h b/src/Generating/IntGen.h index 786c6099d..4ef8c3452 100644 --- a/src/Generating/IntGen.h +++ b/src/Generating/IntGen.h @@ -582,7 +582,7 @@ public: } - virtual void GetInts(int a_MinX, int a_MinZ, typename Super::Values & a_Values) + virtual void GetInts(int a_MinX, int a_MinZ, typename Super::Values & a_Values) override { // Generate the underlying biome groups: int lowerValues[m_UnderlyingSizeX * m_UnderlyingSizeZ]; |