Remi123 / MotionMatching

Motion Matching for Godot 4.
MIT License
38 stars 3 forks source link

c++ warnings #20

Open fire opened 1 year ago

fire commented 1 year ago
src/MotionMatcher.hpp:124:18: warning: '_enter_tree' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    virtual void _enter_tree()  {
                 ^
godot-cpp/gen/include/godot_cpp/classes/node.hpp:281:15: note: overridden virtual function is here
        virtual void _enter_tree();
                     ^