summaryrefslogtreecommitdiff
path: root/modules/hdr/SCsub
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2022-08-05 17:09:11 -0500
committerAaron Franke <arnfranke@yahoo.com>2022-08-05 17:09:11 -0500
commitce0080768c48a77f0094780b71a292f2d1a35b15 (patch)
tree4ef60a3f49fe91f0113abf71f3b2e07f0abeb594 /modules/hdr/SCsub
parent04a66e1bab28990f1340e8c20dead25491da0baa (diff)
Make "Godot source files" comment consistent in modules
Diffstat (limited to 'modules/hdr/SCsub')
-rw-r--r--modules/hdr/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hdr/SCsub b/modules/hdr/SCsub
index a709397c9a..10629bda3c 100644
--- a/modules/hdr/SCsub
+++ b/modules/hdr/SCsub
@@ -5,5 +5,5 @@ Import("env_modules")
env_hdr = env_modules.Clone()
-# Godot's own source files
+# Godot source files
env_hdr.add_source_files(env.modules_sources, "*.cpp")