Merge branch 'master' of github.com:fwiffo/cubiomes into 1_13

This commit is contained in:
Tom Schumm 2018-06-30 16:36:21 -07:00
commit 47f0e7a2ec

View File

@ -20,8 +20,8 @@ int main(int argc, char *argv[])
initBiomes();
// Translate the positions to the desired regions.
int regPosX;
int regPosZ;
int regPosX = 0;
int regPosZ = 0;
if(argc > 2)
{