diff --git a/Assets/Scripts/Generation/GenerationProcessor.cs b/Assets/Scripts/Generation/GenerationProcessor.cs index 5c28138..5cf81a1 100644 --- a/Assets/Scripts/Generation/GenerationProcessor.cs +++ b/Assets/Scripts/Generation/GenerationProcessor.cs @@ -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; }