mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
fix blank line increment
This commit is contained in:
parent
30e8aac43f
commit
b26701370b
1 changed files with 3 additions and 0 deletions
|
@ -1457,6 +1457,9 @@ static void DrawBlankedLine(int line, int offs, int sh, int bgc)
|
||||||
|
|
||||||
if (PicoScanEnd != NULL)
|
if (PicoScanEnd != NULL)
|
||||||
PicoScanEnd(line + offs);
|
PicoScanEnd(line + offs);
|
||||||
|
|
||||||
|
HighCol += HighColIncrement;
|
||||||
|
DrawLineDest = (char *)DrawLineDest + DrawLineDestIncrement;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void PicoLine(int line, int offs, int sh, int bgc)
|
static void PicoLine(int line, int offs, int sh, int bgc)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue