#Help with ECS

3 messages · Page 1 of 1 (latest)

fallen hillBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

clever herald
#

You never called getComponentTypeID<T> which I assume is a function.
It is trying to use function/member-function as the argument to [] but since it can't be converted to a size_t it fails

#

Just add () to call getComponentTypeID<T>