mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 13:49:54 +00:00
6 lines
393 B
Text
6 lines
393 B
Text
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.
|