Skip to content

Commit a2d830d

Browse files
committed
Fix Wheel event not resetting
Events pull from a common reference, so modifying them modifies future uses.
1 parent a60c792 commit a2d830d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Classes/Events/EventDatabase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ public class EventDatabase
113113
break;
114114
}
115115
node.AnyButtonPressed(0);
116+
self.OutcomeDescriptions[0] = ""; //Will need to fix later, currently changes the primary reference
116117
})
117118
);
118119
},

0 commit comments

Comments
 (0)