Enjon icon indicating copy to clipboard operation
Enjon copied to clipboard

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

Open MrFrenik opened this issue 4 years ago • 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.

MrFrenik avatar Aug 18 '19 13:08 MrFrenik