We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec33411 commit df3d9d6Copy full SHA for df3d9d6
src/Query.cs
@@ -185,7 +185,7 @@ public readonly int Count
185
[MethodImpl(MethodImplOptions.AggressiveInlining)]
186
public readonly int GetColumnIndexOf<T>() where T : struct
187
{
188
- return _archetypeIterator.Current.GetComponentIndex<T>();
+ return _indices.IndexOf(_archetypeIterator.Current.GetComponentIndex<T>());
189
}
190
191
0 commit comments