You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I founded this problem.
It seems because public var acceptInput:Bool = true; and public static var instance:OptionsMenu; are variables are declared redundant.
So... I think we have to delete this things. I marked it with a red underline.
I founded this problem.
It seems because
public var acceptInput:Bool = true;andpublic static var instance:OptionsMenu;are variables are declared redundant.So... I think we have to delete this things. I marked it with a red underline.