From 77e93724ba278babacd841db980fa68fdcba563e Mon Sep 17 00:00:00 2001 From: Henrique Date: Thu, 1 Oct 2020 19:24:21 -0300 Subject: [PATCH] getlenstexture-update --- Sources/armory/logicnode/LenstextureGetNode.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/armory/logicnode/LenstextureGetNode.hx b/Sources/armory/logicnode/LenstextureGetNode.hx index 15599834..1ce42731 100644 --- a/Sources/armory/logicnode/LenstextureGetNode.hx +++ b/Sources/armory/logicnode/LenstextureGetNode.hx @@ -13,7 +13,7 @@ class LenstextureGetNode extends LogicNode { case 2: armory.renderpath.Postprocess.lenstexture_uniforms[2]; case 3: armory.renderpath.Postprocess.lenstexture_uniforms[3]; case 4: armory.renderpath.Postprocess.lenstexture_uniforms[4]; - default: null; + default: 0.0; } } }