mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-05 23:07:42 -05:00
Merge commit godotengine/godot@428a762e98
This commit is contained in:
@@ -68,7 +68,7 @@ def add_source_files_scu(self, sources, files, allow_gen=False):
|
||||
return False
|
||||
|
||||
# Add all the gen.cpp files in the SCU directory
|
||||
add_source_files_orig(self, sources, subdir + "scu/scu_*.gen.cpp", True)
|
||||
add_source_files_orig(self, sources, subdir + ".scu/scu_*.gen.cpp", True)
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user