mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
dithering on grad overlay
This commit is contained in:
@@ -131,6 +131,8 @@ object PostProcessor : Disposable {
|
||||
val shader: ShaderProgram? =
|
||||
if (App.getConfigBoolean("fx_retro"))
|
||||
App.shaderHicolour
|
||||
else if (App.getConfigBoolean("fx_differential"))
|
||||
App.shaderDebugDiff
|
||||
else
|
||||
App.shaderPassthruRGB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user