mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-31 02:01:19 +00:00
Let's reenable smoothing in burnin to see which artifact is actually better.
This commit is contained in:
parent
b5f39c1d53
commit
d61dae5ab4
@ -58,7 +58,7 @@ Loader {
|
|||||||
|
|
||||||
// Enabling smooth with a low burnInQuality causes bad artifacts because the FBO
|
// Enabling smooth with a low burnInQuality causes bad artifacts because the FBO
|
||||||
// has different values when it's read back. This lowers the quality, but makes it more consistent.
|
// has different values when it's read back. This lowers the quality, but makes it more consistent.
|
||||||
smooth: appSettings.burnInQuality === 1.0
|
smooth: true //appSettings.burnInQuality === 1.0
|
||||||
|
|
||||||
visible: false
|
visible: false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user