forked from Misaki/GhostEngine
Updated Handle and Identifier that default is invalid
This commit is contained in:
@@ -32,7 +32,7 @@ public unsafe partial struct EntityQuery
|
||||
var compTypeIDs = stackalloc int[]
|
||||
{
|
||||
<# for (var localIndex = 0; localIndex < i; localIndex++) { #>
|
||||
comp<#= localIndex #>TypeID.value,
|
||||
comp<#= localIndex #>TypeID.Value,
|
||||
<# } #>
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user