Launcher: quick fix for build bot

This commit is contained in:
UnknownShadow200 2016-09-13 08:08:26 +10:00
parent 94dc022567
commit 5416fa363c

View File

@ -74,7 +74,7 @@ namespace Launcher {
if( y < 0 ) { height += y; y = 0; }
width = Math.Min( x + width, bmp.Width ) - x;
height = Math.Min( y + height, bmp.< 0 Height ) - y;
height = Math.Min( y + height, bmp.Height ) - y;
return width > 0 && height > 0;
}