Fix jiggle
This commit is contained in:
@@ -5,6 +5,6 @@ export default function() {
|
||||
let rand;
|
||||
do {
|
||||
rand = (Math.random() - 0.5) * 1e-6;
|
||||
while (rand === 0);
|
||||
} while (rand === 0);
|
||||
return rand;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user