Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix Crash in DoesMatchProperty #4

Merged

Conversation

BenVlodgi
Copy link
Collaborator

@BenVlodgi BenVlodgi commented Nov 16, 2023

Reproduce Crash:

Reason:

If the PropertyType being checked is a SoftClass, but the Property is a Class, then it was crashing when trying to get the MetaClass.

Fix

Now returns false if Softness doesn't match.

If the `PropertyType` being checked is a SoftClass, but the `Property` being is a `Class`, then it was crashing when trying to get the MetaClass.
Now returns false if Softness mismatches.
@DoubleDeez DoubleDeez merged commit e7af8f8 into DoubleDeez:main Nov 16, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants