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
|
|
@ -96,7 +96,7 @@ test "entities DB" {
|
|||
|
||||
//-------------------------------------------------------------------------
|
||||
// Querying
|
||||
var iter = world.entities.query(.{ .all = &.{
|
||||
var iter = world.entities.queryDeprecated(.{ .all = &.{
|
||||
.{ .physics = &.{.id} },
|
||||
} });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue