mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-26 22:51:01 +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);
|
||||
Line(0,0);
|
||||
}
|
||||
#elif 1
|
||||
#elif 0
|
||||
accum += pixel;
|
||||
accum += accumV[x];
|
||||
if(accum >= 0.5f)
|
||||
|
Loading…
Reference in New Issue
Block a user