Fix merge
This commit is contained in:
parent
141760055f
commit
e7fd24f694
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue