X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=tools%2Ftilemanager%2FApplication.cs;h=389e9b62e624e84a6b74e718607f4398e07b1ae7;hb=7ad6b7ed9d8d7c76ec7b70e4c27f47bd424b176e;hp=457132f06a679402e7cd5fcb8ff7d37e30698673;hpb=66979214800e01bb345f9016a87e15d30251b99d;p=supertux.git diff --git a/tools/tilemanager/Application.cs b/tools/tilemanager/Application.cs index 457132f06..389e9b62e 100644 --- a/tools/tilemanager/Application.cs +++ b/tools/tilemanager/Application.cs @@ -151,7 +151,7 @@ public class Application { tile.ID = startid + i; ImageRegion region = new ImageRegion(); region.ImageFile = currentimage; - region.Region = new Rectangle(x*32, y*32, 32, 32); + region.Region = new System.Drawing.Rectangle(x*32, y*32, 32, 32); tile.Images.Add(region); if(Tiles[i] != null) { Console.WriteLine(