moved deafult action into deafult clause at src/Generating/DistortedHeightmap.cpp line 741
parent
2942e57f93
commit
4c2490ed17
|
@ -737,9 +737,11 @@ void cDistortedHeightmap::ComposeColumn(cChunkDesc & a_ChunkDesc, int a_RelX, in
|
|||
FillColumnMesa(a_ChunkDesc, a_RelX, a_RelZ);
|
||||
return;
|
||||
}
|
||||
|
||||
default:
|
||||
ASSERT(!"Unhandled biome");
|
||||
return;
|
||||
} // switch (Biome)
|
||||
ASSERT(!"Unhandled biome");
|
||||
ASSERT(!"Unexpected fallthrough");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue