dylan-thinnes / solsys

Solsys at https://solsys.xyz is a prime factorizing solar system generator.
6 stars 0 forks source link

URGENT - Bug leaving out last factor of any number #4

Closed dylan-thinnes closed 7 years ago

dylan-thinnes commented 7 years ago

The last factor of a given number is always omitted, despite being calculated and making the right callbacks. I am working on it.

dylan-thinnes commented 7 years ago

Factorization occurs fine when operating with higher powers than 1 or when the PIXDEPTH is 1, and it is not an issue with the deepClone program.

dylan-thinnes commented 7 years ago

Adding a callback in the childDone set to wait until all factors were officially initialized (not just done with their respective callbacks) made sure to trigger deepClone at the right moment.