mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-16 19:32:07 +00:00
switch to better dithering algo
This commit is contained in:
parent
93d587b314
commit
daf8b6aac6
@ -190,7 +190,7 @@ int main()
|
|||||||
MoveTo(x,y);
|
MoveTo(x,y);
|
||||||
Line(0,0);
|
Line(0,0);
|
||||||
}
|
}
|
||||||
#elif 1
|
#elif 0
|
||||||
accum += pixel;
|
accum += pixel;
|
||||||
accum += accumV[x];
|
accum += accumV[x];
|
||||||
if(accum >= 0.5f)
|
if(accum >= 0.5f)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user