fixed offline rendering bugs. more layout tweaks

This commit is contained in:
essej
2022-04-15 19:13:55 -04:00
parent 3510b0ee6f
commit 3c313e4f50
10 changed files with 182 additions and 49 deletions

View File

@ -142,7 +142,7 @@ private:
bool m_freezing = false;
int m_pause_state = 0;
int m_pause_state = 2; // start paused
Range<double> m_playrange{ 0.0,1.0 };
int64_t m_rand_count = 0;