Skip to content

Commit

Permalink
Remove problematic file from SCU
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusmdx committed Feb 11, 2025
1 parent 5da6dea commit 269c377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scu_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down

0 comments on commit 269c377

Please sign in to comment.