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
The radial menu buttons all had a colored background added to them
which is white by default. The issue was that a previous commit
removed the needed `OnPopulateMesh` method because that one was
using a deprecated argument instead of the one it was replaced with.
Instead of removing said method this fix makes sure to change the
method to take the new argument.
0 commit comments