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!
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!