mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
fix a pair of taml typos
This commit is contained in:
parent
b753c9d91c
commit
0b1da8c5ca
|
|
@ -12,7 +12,7 @@
|
|||
<Material.Stages>
|
||||
<Stages_beginarray
|
||||
DiffuseMapAsset="Core_Rendering:moon_wglow_image"
|
||||
vertColor="1";/>
|
||||
vertColor="1"/>
|
||||
</Material.Stages>
|
||||
</Material>
|
||||
</MaterialAsset>
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
Name="NoShapeMat"
|
||||
mapTo="NoShape"
|
||||
translucent="1"
|
||||
translucentBlendOp="LerpAlpha";
|
||||
translucentBlendOp="LerpAlpha"
|
||||
castShadows="0">
|
||||
<Material.Stages>
|
||||
<Stages_beginarray
|
||||
|
|
|
|||
Loading…
Reference in a new issue