Arch: fixed typo

This commit is contained in:
Yorik van Havre 2016-09-15 15:45:11 -03:00
parent 18cc6c1851
commit 0ef07032fd

View File

@ -537,7 +537,7 @@ class _ViewProviderWall(ArchComponent.ViewProviderComponent):
tex = coin.SoTexture2()
tex.image = Draft.loadTexture(Draft.svgpatterns()['simple'][1], 128)
texcoords = coin.SoTextureCoordinatePlane()
s = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Arch").GetFloat("PatternScale",0.01)
s = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Arch").GetFloat("patternScale",0.01)
texcoords.directionS.setValue(s,0,0)
texcoords.directionT.setValue(0,s,0)
self.fcoords = coin.SoCoordinate3()