-
Beta Was this translation helpful? Give feedback.
Answered by
rh101
Dec 15, 2024
Replies: 2 comments 4 replies
-
Which version of Axmol? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Can you provide the entire |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The mistake is here:
It should be:
The same goes for any other methods that are overriden; don't forget to call the base class implementation unless there is a specific reason not to do so.
You can generally assume that functionality related to core engine features, like user input and such, would not have obvious issues like this, at least in common/typical cases of usage, so you can safely assume that the source of the problem would most likely be in the project code.