Skip to content

Commit

Permalink
Fixed error.
Browse files Browse the repository at this point in the history
  • Loading branch information
genaray committed Feb 8, 2024
1 parent da1aae4 commit 210f528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Arch/Core/Entity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public EntityReference()
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public bool IsAlive(World world)
{
world.IsAlive(this);
return world.IsAlive(this);
}
#else
/// <summary>
Expand Down

0 comments on commit 210f528

Please sign in to comment.