3d-dice / dice-box-threejs

3D Dice implemented with ThreeJS and Cannon ES
MIT License
34 stars 12 forks source link

Wrong number returned #12

Open customautosys opened 5 months ago

customautosys commented 5 months ago

When the dice is showing 1 number, sometimes the number returned by the roll promise is a different number.

For example, the dice will be showing 5 but sets[0].rolls[0] will be returning 6.