summaryrefslogtreecommitdiffstats
path: root/source/slang/slang.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang.cpp')
-rw-r--r--source/slang/slang.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang.cpp b/source/slang/slang.cpp
index f6e9bd70b..293b6bf9e 100644
--- a/source/slang/slang.cpp
+++ b/source/slang/slang.cpp
@@ -648,7 +648,7 @@ SLANG_API void spAddBuiltins(
s->addBuiltinSource(
// TODO(tfoley): Add ability to directly new builtins to the approriate scope
- s->slangLanguageScope,
+ s->coreLanguageScope,
sourcePath,
sourceString);