Skip to content

Commit

Permalink
Use real world in Iter.Table()
Browse files Browse the repository at this point in the history
  • Loading branch information
BeanCheeseBurrito committed Apr 12, 2024
1 parent f72b985 commit 9cd45c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Flecs.NET/Core/Iter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public Types Type()
/// <returns></returns>
public Table Table()
{
return new Table(Handle->world, Handle->table);
return new Table(Handle->real_world, Handle->table);
}

/// <summary>
Expand Down

0 comments on commit 9cd45c9

Please sign in to comment.