SanderMertens / flecs

A fast entity component system (ECS) for C & C++
https://www.flecs.dev
Other
6.47k stars 454 forks source link

The strings.flecs example shows error in the explorer #1076

Closed sh-dave closed 1 year ago

sh-dave commented 1 year ago

Describe the bug

An error is shown for the example code: invalid assignment, '(Shader,Vertex)' is not a type

To Reproduce

  1. Copy the code of the examples/plecs/strings.flecs file and paste it into the Editor dialog of https://flecs.dev/explorer
  2. See error mentioned above

Expected behavior

Example code should not result in an error :scream:

SanderMertens commented 1 year ago

Fixed!