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
Only instances/prototypes with the const flag can be used to create a valid object. Items can now be created from instance variables, such as var c_item, which can result in a crash. Add a flag check after the type check and this command and it will work fine. https://github.com/Franisz/zUtilities/blob/583795192ee3df2084bb71a4d6cb547674ff94a7/zUtilities/Commands.cpp#L17#L37
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Only instances/prototypes with the const flag can be used to create a valid object.
Items can now be created from instance variables, such as var c_item, which can result in a crash.
Add a flag check after the type check and this command and it will work fine.
https://github.com/Franisz/zUtilities/blob/583795192ee3df2084bb71a4d6cb547674ff94a7/zUtilities/Commands.cpp#L17#L37
The text was updated successfully, but these errors were encountered: