You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-30 18:30:54 +00:00
7 lines
366 B
Plaintext
7 lines
366 B
Plaintext
GH-101531
|
|
---------
|
|
Validate extension JSON: API was removed: classes/EditorSceneFormatImporter/methods/_get_import_flags
|
|
|
|
This virtual method, and the internal public `get_import_flags`, were never used by the engine, since it was open sourced.
|
|
So we're removing it despite the compat breakage as there's no way for users to rely on this affecting engine behavior.
|