Changed GetAttrPath to not warn on optional paths.

This commit is contained in:
Kyzentun
2014-08-25 03:38:22 -06:00
parent 96433cc3e4
commit a41d9c0467
3 changed files with 8 additions and 5 deletions
@@ -46,7 +46,7 @@ function BGFitChoiceExample(params)
{{-hw, -hh, 0}, params.soutline_color},
}
self:SetVertices(verts)
self:SetLineWidth(1)
self:SetLineWidth(2)
self:SetDrawState{Mode= "DrawMode_LineStrip"}
end
},