mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
config key change; uiitemtextbutton can now have tags alongside with the label
This commit is contained in:
@@ -127,7 +127,7 @@ object PostProcessor : Disposable {
|
||||
|
||||
private fun postShader(projMat: Matrix4, fbo: FrameBuffer) {
|
||||
val shader: ShaderProgram? =
|
||||
if (App.getConfigBoolean("fxretro"))
|
||||
if (App.getConfigBoolean("fx_retro"))
|
||||
App.shaderHicolour
|
||||
else
|
||||
App.shaderPassthruRGB
|
||||
|
||||
Reference in New Issue
Block a user