Minor enhancements to the GLTF module (lights and docs)
This commit is contained in:
@ -7,7 +7,7 @@ env_gltf = env_modules.Clone()
|
||||
|
||||
# Godot source files
|
||||
env_gltf.add_source_files(env.modules_sources, "*.cpp")
|
||||
env_gltf.add_source_files(env.modules_sources, "extensions/*.cpp")
|
||||
env_gltf.add_source_files(env.modules_sources, "structures/*.cpp")
|
||||
SConscript("extensions/SCsub")
|
||||
if env["tools"]:
|
||||
env_gltf.add_source_files(env.modules_sources, "editor/*.cpp")
|
||||
|
||||
Reference in New Issue
Block a user