Skip to content
Snippets Groups Projects
Commit fb3ec575 authored by kopareigns's avatar kopareigns
Browse files

Fix

parent 02de4365
No related branches found
No related tags found
1 merge request!3360Fix
...@@ -1842,7 +1842,7 @@ window.VectorArt = (function (artSlave) { ...@@ -1842,7 +1842,7 @@ window.VectorArt = (function (artSlave) {
function setButtSize() { function setButtSize() {
/* Size calculations - needs to be done even for amputees */ /* Size calculations - needs to be done even for amputees */
buttSize = Math.clamp(slave.butt, 1, 7) - 1; buttSize = Math.clamp(Math.trunc(slave.butt), 1, 7) - 1;
} }
function setHairLength() { function setHairLength() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment