forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for godotengine#24534 GDScript Dynamic properties are unacessable…
… with dot operator. Dynamic properties were always accessable with '.' dot operator. Just fixed false error when property name were not checked for presence in '_get_property_list' godotengine#24534
- Loading branch information
Showing
1 changed file
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters