reverted changes to the Scroll/OnScroll method signatures.
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
virtual void Start(){}
|
||||
virtual void End(){}
|
||||
|
||||
virtual void OnScroll(int inXVelocity, int inYVelocity, int magnitude = 0)
|
||||
virtual void OnScroll(int inXVelocity, int inYVelocity)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user