Skip to content

Commit

Permalink
correct the name of Diffuse Level in lights
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-bateman committed Jun 20, 2013
1 parent 2e9c465 commit 165ade5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
<s:FormItem label="Ambient Color" skinClass="awaybuilder.view.skins.PropertyFormItemSkin" width="100%">
<mx:ColorPicker id="ambientColorPicker" selectedColor="@{_asset.ambientColor}" change="ambientColorPicker_changeHandler(event)"/>
</s:FormItem>
<s:FormItem label="Diffuse Color" skinClass="awaybuilder.view.skins.PropertyFormItemSkin" width="100%">
<s:FormItem label="Diffuse Level" skinClass="awaybuilder.view.skins.PropertyFormItemSkin" width="100%">
<controls:DragableNumericStepper id="diffuseStepper" stepSize="0.1" snapInterval="0.001"
width="42" value="@{_asset.diffuse}" minimum="0" maximum="100"
change="stepper_changeHandler(event)" />
Expand Down

0 comments on commit 165ade5

Please sign in to comment.