Skip to content

Commit 3fc26d1

Browse files
committed
Merge branch 'master' into libretro
2 parents 9c11535 + b64d8c9 commit 3fc26d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gpu_unai/gpu_raster_polygon.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ static bool polyUseTriangle(const PolyVertex *vbuf, int tri_num, const PolyVerte
200200
y_off = GPU_EXPANDSIGN(lowest_y + y_off) - lowest_y;
201201

202202
// Determine if triangle is completely outside clipping range
203-
int xmin, xmax, ymin, ymax;
203+
s32 xmin, xmax, ymin, ymax;
204204
xmin = gpu_unai.DrawingArea[0]; xmax = gpu_unai.DrawingArea[2];
205205
ymin = gpu_unai.DrawingArea[1]; ymax = gpu_unai.DrawingArea[3];
206206
int clipped_lowest_x = Max2(xmin, lowest_x + x_off);

0 commit comments

Comments
 (0)