You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Importing the 'flecs::stats' module before the 'flecs::units' module results in an error message when trying to register a component member as having a given Unit type.
Describe the bug
Importing the 'flecs::stats' module before the 'flecs::units' module results in an error message when trying to register a component member as having a given Unit type.
To Reproduce
Consider the following code:
Running that code emits the following:
Swapping the order of those two imports fixes the issue.
NB: This is running on v4.0.0 of flecs.
The text was updated successfully, but these errors were encountered: