Skip to content

Commit fa0c30d

Browse files
committed
Fix animation for activated touch switches after transitioning
1 parent 328c747 commit fa0c30d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Entities/FlagTouchSwitch.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ public override void Added(Scene scene) {
116116
activated = true;
117117

118118
icon.Rate = 4f;
119+
icon.Color = activeColor;
120+
ease = 1f;
119121
}
120122
}
121123

0 commit comments

Comments
 (0)