Another Banshee cursor fix.

This commit is contained in:
OBattler
2020-11-18 16:21:09 +01:00
parent 5ce5685c1a
commit e8266cd716

View File

@@ -1604,7 +1604,7 @@ void banshee_hwcursor_draw(svga_t *svga, int displine)
/*X11 mode*/
for (x = 0; x < 64; x += 8)
{
if (x_off > (32-8))
if (x_off > -8)
{
for (xx = 0; xx < 8; xx++)
{
@@ -1624,7 +1624,7 @@ void banshee_hwcursor_draw(svga_t *svga, int displine)
/*Windows mode*/
for (x = 0; x < 64; x += 8)
{
if (x_off > (32-8))
if (x_off > -8)
{
for (xx = 0; xx < 8; xx++)
{