mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
6 lines
231 B
Text
6 lines
231 B
Text
|
|
GH-74736
|
||
|
|
--------
|
||
|
|
Validate extension JSON: Error: Field 'classes/MenuBar/properties/start_index': type changed value in new API, from "bool" to "int".
|
||
|
|
|
||
|
|
The previous type was simply wrong and the getter and setter already used int.
|