Ver código fonte

[ATOM-15858] Removing unused property from test (#141)

Ken Pruiksma 4 anos atrás
pai
commit
fe8421e405
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      Scripts/AreaLightTest.bv.lua

+ 1 - 2
Scripts/AreaLightTest.bv.lua

@@ -20,7 +20,6 @@ function SetupDiskLights()
     SetImguiValue('AreaLightSample/Radius', 1.0)
     SetImguiValue('AreaLightSample/Radius', 1.0)
     SetImguiValue('AreaLightSample/X rotation', -1.5)
     SetImguiValue('AreaLightSample/X rotation', -1.5)
     SetImguiValue('AreaLightSample/Y rotation', -0.125)
     SetImguiValue('AreaLightSample/Y rotation', -0.125)
-    SetImguiValue('AreaLightSample/Emit Both Directions', false)
 end
 end
 
 
 function SetupCapsuleLights()
 function SetupCapsuleLights()
@@ -156,4 +155,4 @@ do
     end
     end
 end
 end
 
 
-OpenSample(nil)
+OpenSample(nil)