Skip to content

Commit

Permalink
Update source/Ecs.CSharp.Benchmark/Contexts/FlecsNetBaseContext.cs
Browse files Browse the repository at this point in the history
fixed warning
  • Loading branch information
Doraku committed Feb 4, 2024
1 parent 4822c8f commit 8091e16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ internal struct Component3
}
}

internal class FlecsNetBaseContext : IDisposable
internal sealed class FlecsNetBaseContext : IDisposable
{
public World World { get; }

Expand Down

0 comments on commit 8091e16

Please sign in to comment.