nothings / stb

stb single-file public domain libraries for C/C++
https://twitter.com/nothings
Other
26.55k stars 7.69k forks source link

Fix 2 pixel to 1 pixel with wrap and fix output buffer for output callback #1603

Closed jeffrbig2 closed 8 months ago

nothings commented 8 months ago

Fixes #1602

nothings commented 8 months ago

Can you explain why "no double reflect" is testing > w*3 rather than > w*2, when the latter seems to make more sense?