diff --git a/libs/types/source/type.cpp b/libs/types/source/type.cpp index 2b7ff69..6cb5052 100644 --- a/libs/types/source/type.cpp +++ b/libs/types/source/type.cpp @@ -160,6 +160,9 @@ namespace pslang::types if (std::get_if(&type)) return 0; + if (std::get_if(&type)) + return 8; + if (std::get_if(&type)) return 8;