mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
6 lines
264 B
Text
6 lines
264 B
Text
|
|
GH-77411
|
||
|
|
--------
|
||
|
|
Validate extension JSON: Error: Field 'classes/Control/methods/_get_drag_data': is_const changed value in new API, from true to false.
|
||
|
|
|
||
|
|
`const` was removed from virtual method, it may be necessary to adjust the constness of implementing methods.
|