You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-30 18:30:54 +00:00
7 lines
393 B
Plaintext
7 lines
393 B
Plaintext
GH-87115
|
|
--------
|
|
Validate extension JSON: Error: Field 'classes/TileMap/methods/get_collision_visibility_mode': is_const changed value in new API, from false to true.
|
|
Validate extension JSON: Error: Field 'classes/TileMap/methods/get_navigation_visibility_mode': is_const changed value in new API, from false to true.
|
|
|
|
Two TileMap getters were made const. No adjustments should be necessary.
|