remove GenericTweenOn/Off - always play 'On'/'Off' on the Screen
This commit is contained in:
@@ -25,8 +25,6 @@ private:
|
||||
Actor *GetActorWithFocus();
|
||||
void BeforeChangeFocus();
|
||||
void AfterChangeFocus();
|
||||
virtual bool GenericTweenOn() const { return true; }
|
||||
virtual bool GenericTweenOff() const { return true; }
|
||||
void Refresh();
|
||||
|
||||
int m_iCurController;
|
||||
|
||||
Reference in New Issue
Block a user