Browse Source

Merge pull request #76 from aws-lumberyard-dev/Atom/mriegger/FixSyntaxErrorInShadowTest

Fixing bad syntax error in shadowtest.bv.lua
mrieggeramzn 4 năm trước cách đây
mục cha
commit
1b98754a2e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Scripts/ShadowTest.bv.lua

+ 1 - 1
Scripts/ShadowTest.bv.lua

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