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

Fix check to enable/disable Terrain Ruler coloring/distance #322

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on May 11, 2024

  1. Fix check to enable/disable Terrain Ruler coloring/distance

    `window.terrainRuler` is truthy if it exists, but it should check `window.terrainRuler.active` to make sure we actually want it on anyway.
    
    This does have the minor effect of a "desync", where the colors/distance traveled are client-side based on whether the client user has terrain ruler enabled, so they might see something different from the dragger, but that's minimal.
    RikerW committed May 11, 2024
    Configuration menu
    Copy the full SHA
    6a22253 View commit details
    Browse the repository at this point in the history