node: declare bezier as interpolated type

This commit is contained in:
itsmattkc
2022-03-17 11:55:30 -07:00
parent 43cef6e332
commit 60aa03733c
+1
View File
@@ -285,6 +285,7 @@ public:
|| type == kVec2
|| type == kVec3
|| type == kVec4
|| type == kBezier
|| type == kColor
|| type == kRational;
}