mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
7 lines
442 B
Text
7 lines
442 B
Text
|
|
GH-77757
|
||
|
|
--------
|
||
|
|
Validate extension JSON: Error: Field 'classes/Viewport/methods/gui_get_focus_owner': is_const changed value in new API, from false to true.
|
||
|
|
Validate extension JSON: Error: Hash changed for 'classes/Viewport/methods/gui_get_focus_owner', from 31757941 to A5E188F5. This means that the function has changed and no compatibility function was provided.
|
||
|
|
|
||
|
|
This method does not affect the state of Viewport so it should be const.
|