[BUG] Introspection generation does not recognize type `b32`
MrFrenik opened this issue · 0 comments
MrFrenik commented
- When creating a property of type
b32
on a class, the introspection generated code will determine its property type to beMetaPropertyType::Object
. - Expected: Should have property type
MetaPropertyType::Bool
.