module: rename query -> queryDeprecated
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
26b2351d4b
commit
2e8926d6fa
16 changed files with 33 additions and 33 deletions
|
|
@ -132,7 +132,7 @@ fn init(core: *Mod) !void {
|
|||
}
|
||||
|
||||
fn update(core: *Mod) !void {
|
||||
var archetypes_iter = core.entities.query(.{ .all = &.{
|
||||
var archetypes_iter = core.entities.queryDeprecated(.{ .all = &.{
|
||||
.{ .mach_core = &.{
|
||||
.title,
|
||||
} },
|
||||
|
|
@ -173,7 +173,7 @@ fn deinit(core: *Mod) void {
|
|||
core.state().queue.release();
|
||||
mach.core.deinit();
|
||||
|
||||
var archetypes_iter = core.entities.query(.{ .all = &.{
|
||||
var archetypes_iter = core.entities.queryDeprecated(.{ .all = &.{
|
||||
.{ .mach_core = &.{
|
||||
.title,
|
||||
} },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue