diff options
Diffstat (limited to 'drivers/gl_context/SCsub')
-rw-r--r-- | drivers/gl_context/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gl_context/SCsub b/drivers/gl_context/SCsub index a2ba425990..72e7444c6a 100644 --- a/drivers/gl_context/SCsub +++ b/drivers/gl_context/SCsub @@ -26,5 +26,5 @@ if env["platform"] in ["macos", "windows", "linuxbsd"]: env_thirdparty.disable_warnings() env_thirdparty.add_source_files(env.drivers_sources, thirdparty_sources) -# Godot source files +# Redot source files env.add_source_files(env.drivers_sources, "*.cpp") |