mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-28 16:05:54 -04:00
Launcher: quick fix for build bot
This commit is contained in:
parent
94dc022567
commit
5416fa363c
@ -74,7 +74,7 @@ namespace Launcher {
|
|||||||
if( y < 0 ) { height += y; y = 0; }
|
if( y < 0 ) { height += y; y = 0; }
|
||||||
|
|
||||||
width = Math.Min( x + width, bmp.Width ) - x;
|
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;
|
return width > 0 && height > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user