This commit is contained in:
Anuken
2020-06-26 14:27:26 -04:00
parent eabc5c15c7
commit fdf7c88083
228 changed files with 1219 additions and 1163 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ public class Build{
return;
}
Tile tile = world.tilec(x, y);
Tile tile = world.Building(x, y);
//this should never happen, but it doesn't hurt to check for links
float prevPercent = 1f;