ModDota / BugTracker

Listing bugs for Dota 2 Custom Games
9 stars 1 forks source link

unit:SetForwardVector(v) fires world triggers OnStartTouch and OnEndTouch #146

Open ChalkyBrush opened 6 years ago

ChalkyBrush commented 6 years ago

If a unit is standing in a trigger that fires on either OnStartTouch or OnEndTouch, and :SetForwardVector is called on it, both the OnStartTouch and OnEndTouch events are fired immediately.

Changing forward vector should not cause 'OnStartTouch' since the unit is already touching it