diff options
Diffstat (limited to 'source/slang/lower.cpp')
| -rw-r--r-- | source/slang/lower.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/lower.cpp b/source/slang/lower.cpp index 165812fae..9f117106b 100644 --- a/source/slang/lower.cpp +++ b/source/slang/lower.cpp @@ -445,6 +445,7 @@ struct LoweringVisitor { TypeExp result; result.type = lowerType(typeExp.type); + result.exp = lowerExpr(typeExp.exp); return result; } |
