fix not compiling in release mode
parent
93c058951c
commit
6136450617
|
@ -458,6 +458,7 @@ namespace MoonTools.ECS
|
|||
|
||||
public unsafe Type Current => World.IdToType[Types[ComponentIndex]];
|
||||
}
|
||||
#endif
|
||||
|
||||
protected virtual void Dispose(bool disposing)
|
||||
{
|
||||
|
@ -496,6 +497,5 @@ namespace MoonTools.ECS
|
|||
Dispose(disposing: true);
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue