mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
Merge pull request #3977 from huffman/fix-minor-grid
Fix minor grid spacing not updating
This commit is contained in:
commit
61ec1bdd6a
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ Grid = function(opts) {
|
|||
Overlays.editOverlay(gridOverlay, {
|
||||
position: { x: origin.y, y: origin.y, z: -origin.y },
|
||||
visible: that.visible && that.enabled,
|
||||
minorGridSpacing: minorGridSpacing,
|
||||
minorGridWidth: minorGridSpacing,
|
||||
majorGridEvery: majorGridEvery,
|
||||
color: gridColor,
|
||||
alpha: gridAlpha,
|
||||
|
|
Loading…
Reference in a new issue