Skip to content

Commit

Permalink
rename example -> CopyEntities()
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Feb 20, 2025
1 parent 0179d4c commit 75941e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tests/ECS/Examples/General.cs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public struct NetTag : ITag { }

/// Copy subset of entities to another store
[Test]
public static void CopyEntity()
public static void CopyEntities()
{
var store = new EntityStore();
var targetStore = new EntityStore();
Expand Down

0 comments on commit 75941e5

Please sign in to comment.