Make "Godot source files" comment consistent in modules
This commit is contained in:
parent
04a66e1bab
commit
ce0080768c
7 changed files with 7 additions and 8 deletions
|
|
@ -3,10 +3,9 @@
|
|||
Import("env")
|
||||
Import("env_modules")
|
||||
|
||||
# Godot's own source files
|
||||
env_csg = env_modules.Clone()
|
||||
|
||||
# Godot's own source files
|
||||
# Godot source files
|
||||
env_csg.add_source_files(env.modules_sources, "*.cpp")
|
||||
if env["tools"]:
|
||||
env_csg.add_source_files(env.modules_sources, "editor/*.cpp")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue