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
Specifically, the below lines in particle_system_data2.h are causing the issue:
namespace flatbuffers { class FlatBufferBuilder; template<typename T> struct Offset; }
definition of type 'FlatBufferBuilder' conflicts with type alias of the same name is the error message. Can you update the code to fix the error? For now, I am hacking in your generated flatbuffers files to get rid of the error. Thank you.
The text was updated successfully, but these errors were encountered:
Specifically, the below lines in particle_system_data2.h are causing the issue:
namespace flatbuffers { class FlatBufferBuilder; template<typename T> struct Offset; }
definition of type 'FlatBufferBuilder' conflicts with type alias of the same name
is the error message. Can you update the code to fix the error? For now, I am hacking in your generated flatbuffers files to get rid of the error. Thank you.The text was updated successfully, but these errors were encountered: