summaryrefslogtreecommitdiff
path: root/modules/gltf/SCsub
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2022-09-17 22:16:22 -0500
committerAaron Franke <arnfranke@yahoo.com>2022-09-18 22:33:21 -0500
commitafe09ec9144f448323935f4b9b65a8516b3ccdd9 (patch)
tree5b710cd065e7b777599b6440bbfcf238786e7afd /modules/gltf/SCsub
parent908795301b9e4fcf24b115329a48d7d295c13a1a (diff)
Minor enhancements to the GLTF module (lights and docs)
Diffstat (limited to 'modules/gltf/SCsub')
-rw-r--r--modules/gltf/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gltf/SCsub b/modules/gltf/SCsub
index 71f3ba58d9..5f111165fd 100644
--- a/modules/gltf/SCsub
+++ b/modules/gltf/SCsub
@@ -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")