1
0
Fork 0

Fix merge

This commit is contained in:
Piegames 2018-04-23 13:28:36 +02:00
parent 141760055f
commit e7fd24f694

View file

@ -33,7 +33,7 @@ public class GenerationProcessor {
type = getCorrectRockType(tiles, v);
break;
}
CreateGOFromType(v, rotation, type, root);
CreateGOFromType(v, rotation, tiles[v].type, type, root);
}
return root;
}