mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-15 16:27:55 +00:00
switch to better dithering algo
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user