Browse Source

Fixing bad syntax error

mriegger 4 years ago
parent
commit
2518efddbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Scripts/ShadowTest.bv.lua

+ 1 - 1
Scripts/ShadowTest.bv.lua

@@ -34,7 +34,7 @@ function DisablePositionalLights()
     IdleFrames(1)
     SetImguiValue('Blue', true)
     SetImguiValue('Intensity##Positional', 0.0)
-endif
+end
 
 function TestDirectionalLight()