Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable hot reload of renderer settings that aren't already hot reload capable #6551

Merged
4 commits merged into from
Jun 19, 2020

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    98a6d2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cd6733 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c516d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Don't use atomic, use the LockForWriting that guarantees it can't go …

    …at the same time as a painting frame. More granular locking is a good idea, but this isn't the way to do it at this time.
    miniksa committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    c3946b4 View commit details
    Browse the repository at this point in the history