summaryrefslogtreecommitdiff
path: root/sc/sc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sc/sc.cpp')
-rw-r--r--sc/sc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/sc.cpp b/sc/sc.cpp
index 9b1789f..d7e9038 100644
--- a/sc/sc.cpp
+++ b/sc/sc.cpp
@@ -158,6 +158,8 @@ struct Desc {
switch (type) {
case svariable_type_float:
return { 4, 4 };
+ case svariable_type_int:
+ return { 4, 4 };
case svariable_type_vec2:
return { 8, 8 };
case svariable_type_vec3: