-
-
Notifications
You must be signed in to change notification settings - Fork 992
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Pointer): ensure ToggleBeam() turns off bezier pointer
The `ToggleBeam` method was not turning off the bezier pointer as it was only setting the bezier state to inactive but not actually changing the visibility of the bezier pointer. This fix ensures that the bezier pointer objects are turned off when the beam is toggled off.
- Loading branch information
1 parent
9bb8a3e
commit 44d55aa
Showing
2 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters