We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey Stray! i'm using RL v1.4 and when i run my project the player throws me this error:
..../lib/org/robotlegs/base/GuardedCommandMap.as, Line 121 1024: Overriding a function that is not marked for override.
"The method verifyCommandClass overrides a method in a superclass but is not declared as "override". Found at line 121 column 22."
you just need to add the "override" modifier to verifyCommand method.
cheers!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey Stray!
i'm using RL v1.4 and when i run my project the player throws me this error:
..../lib/org/robotlegs/base/GuardedCommandMap.as, Line 121 1024: Overriding a function that is not marked for override.
"The method verifyCommandClass overrides a method in a superclass but is not declared as
"override". Found at line 121 column 22."
you just need to add the "override" modifier to verifyCommand method.
cheers!
The text was updated successfully, but these errors were encountered: