correct own bad spelling

This commit is contained in:
2011-01-23 12:42:07 +00:00
parent d75216ba1c
commit d2076e38f1
9 changed files with 10 additions and 10 deletions

View File

@@ -4360,7 +4360,7 @@ void param_pack(ParamHandle *handle, float margin)
}
if(margin>0.0f) {
/* multiply the margin by the area to give pradictable results not dependant on UV scale,
/* multiply the margin by the area to give predictable results not dependant on UV scale,
* ...Without using the area running pack multiple times also gives a bad feedback loop.
* multiply by 0.1 so the margin value from the UI can be from 0.0 to 1.0 but not give a massive margin */
margin = (margin*(float)area) * 0.1;