We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed755b commit 6875b65Copy full SHA for 6875b65
source/Systems/ShaderImportSystem.cs
@@ -47,7 +47,7 @@ void IListener<DataUpdate>.Receive(ref DataUpdate message)
47
for (int c = 0; c < chunks.Length; c++)
48
{
49
Chunk chunk = chunks[c];
50
- if (chunk.Definition.ContainsComponent(requestType))
+ if (chunk.componentTypes.Contains(requestType))
51
52
ReadOnlySpan<uint> entities = chunk.Entities;
53
ComponentEnumerator<IsShaderRequest> components = chunk.GetComponents<IsShaderRequest>(requestType);
0 commit comments