Skip to content

Commit 75941e5

Browse files
committed
rename example -> CopyEntities()
1 parent 0179d4c commit 75941e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/ECS/Examples/General.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public struct NetTag : ITag { }
261261

262262
/// Copy subset of entities to another store
263263
[Test]
264-
public static void CopyEntity()
264+
public static void CopyEntities()
265265
{
266266
var store = new EntityStore();
267267
var targetStore = new EntityStore();

0 commit comments

Comments
 (0)