Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
glabute committed May 27, 2024
1 parent 53af255 commit 5b7e423
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ void OnToolDragged(CinemachineSplineDollyLookAtTargets data, int index)
{
EditorApplication.delayCall += () =>
{
// GML This is a hack to avoid spurious exceptions thrown by uitoolkit!
// GML TODO: Remove when they fix it
try
{
if (data == splineData)
Expand Down

0 comments on commit 5b7e423

Please sign in to comment.