1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Remove problematic file from SCU

This commit is contained in:
matheusmdx
2025-02-11 17:49:36 -03:00
parent 5da6deaaca
commit 269c377075

View File

@@ -326,7 +326,7 @@ def generate_scu_files(max_includes_per_scu):
process_folder(["modules/openxr"], ["register_types"])
process_folder(["modules/openxr/action_map"])
process_folder(["modules/openxr/editor"])
process_folder(["modules/openxr/extensions"])
# process_folder(["modules/openxr/extensions"]) # Sensitive include order for platform code.
process_folder(["modules/openxr/scene"])
process_folder(["modules/godot_physics_2d"])
process_folder(["modules/godot_physics_3d"])