MrFrenik/Enjon

[BUG] Introspection generation does not recognize type `b32`

MrFrenik opened this issue · 0 comments

  • When creating a property of type b32 on a class, the introspection generated code will determine its property type to be MetaPropertyType::Object.
  • Expected: Should have property type MetaPropertyType::Bool.