-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
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
Wrong method invocation in base class ActionGeneric.cs #35
Comments
Oh crap, that is definitely wrong. I'm not sure why I didn't get an email about this (or how I've been using this project and never noticed it). I'll get this fixed first thing tomorrow after work. |
@all-contributors add @eLeSTRaGo-Dev for 🐛 |
I couldn't determine any contributions to add, did you specify any contributions? |
@all-contributors add @piotr-j for code |
I've put up a pull request to add @piotr-j! 🎉 |
@eLeSTRaGo-Dev it wont let me add you via all contributors, not sure why 🤔 Maybe privacy settings??? |
Didn't seem to cause any problems. But would have definitely caused issues with extending the ActionGeneric class. #35
Didn't seem to cause any problems. But would have definitely caused issues with extending the ActionGeneric class. #35
Didn't seem to cause any problems. But would have definitely caused issues with extending the ActionGeneric class. #35
## [2.2.3](v2.2.2...v2.2.3) (2021-03-24) ### Bug Fixes * **actions:** generic action had exit and init reversed ([ff7dbc2](ff7dbc2)), closes [#35](#35)
Didn't seem to cause any problems. But would have definitely caused issues with extending the ActionGeneric class. #35
Fixed. Travis CI was being a pain when I had to upgrade it (sorry for all the closed and re-opened tickets). https://github.com/ashblue/fluid-behavior-tree/releases/tag/v2.2.3 |
Didn't seem to cause any problems. But would have definitely caused issues with extending the ActionGeneric class. #35
## [2.2.3](v2.2.2...v2.2.3) (2021-03-24) ### Bug Fixes * **actions:** generic action had exit and init reversed ([ff7dbc2](ff7dbc2)), closes [#35](#35)
Didn't seem to cause any problems. But would have definitely caused issues with extending the ActionGeneric class. #35
Didn't seem to cause any problems. But would have definitely caused issues with extending the ActionGeneric class. #35
Didn't seem to cause any problems. But would have definitely caused issues with extending the ActionGeneric class. #35
Didn't seem to cause any problems. But would have definitely caused issues with extending the ActionGeneric class. #35
Didn't seem to cause any problems. But would have definitely caused issues with extending the ActionGeneric class. #35
Didn't seem to cause any problems. But would have definitely caused issues with extending the ActionGeneric class. #35
In script ActionGeneric.cs method
OnExit
callinitLogic
andOnInit
callexitLogic
.The text was updated successfully, but these errors were encountered: