Fix bug and update newDna

bug: if moonY was 0 time would become 4 and it colors would be wrong
This commit is contained in:
2025-01-02 23:07:36 +01:00
parent 91f7966224
commit a96ba1f43f
3 changed files with 17 additions and 19 deletions

View File

@@ -19,6 +19,8 @@ private:
void drawSun();
void drawMounten(size_t mountenSegments, int min, int max, Color color, float scale);
int getColorSet();
int getTime();
Dna *m_dna;
uint128 mountenSeed;