notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b5feeb
)
draw: fix mistake from 9c9cda8c3
author
notaz
<notasas@gmail.com>
Thu, 15 Aug 2013 23:42:56 +0000
(
02:42
+0300)
committer
notaz
<notasas@gmail.com>
Thu, 15 Aug 2013 23:42:56 +0000
(
02:42
+0300)
pico/draw.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/draw.c
b/pico/draw.c
index
ede11f5
..
f2a8c9c
100644
(file)
--- a/
pico/draw.c
+++ b/
pico/draw.c
@@
-1505,15
+1505,9
@@
void PicoDrawSync(int to, int blank_last_line)
\r
for (line = DrawScanline; line < to; line++)
\r
{
\r
- if (line >= 224) break;
\r
PicoLine(line, offs, sh, bgc);
\r
}
\r
\r
- if (line >= 224) {
\r
- DrawScanline = 240;
\r
- return;
\r
- }
\r
-
\r
// last line
\r
if (line <= to)
\r
{
\r