You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2020. It is now read-only.
Currently when dealing with #42 this was fixed by just wrapping SetColor in a if APG.cfg["ghostColorToggle"].value then statement.
I feel like a more elegant solution would be to check when an object has duplicator.DoGeneric on to it, and grab the colour data from there so that the ghosting can work as intended with the intended visual indicators.
The text was updated successfully, but these errors were encountered:
Currently when dealing with #42 this was fixed by just wrapping
SetColor
in aif APG.cfg["ghostColorToggle"].value then
statement.I feel like a more elegant solution would be to check when an object has
duplicator.DoGeneric
on to it, and grab the colour data from there so that the ghosting can work as intended with the intended visual indicators.The text was updated successfully, but these errors were encountered: