Skip to content

Conversation

@teoadal
Copy link
Owner

@teoadal teoadal commented Dec 29, 2025

No description provided.

var elapsedSeconds = gameTime.ElapsedGameTime.TotalSeconds;
_frameTime = gameTime.ElapsedGameTime.TotalMilliseconds;
_fpsTimer += elapsedSeconds;

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code should not contain multiple blank lines in a row.

Suggested change

var elapsedSeconds = gameTime.ElapsedGameTime.TotalSeconds;
_frameTime = gameTime.ElapsedGameTime.TotalMilliseconds;
_fpsTimer += elapsedSeconds;

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code should not contain multiple blank lines in a row.

Suggested change

@@ -1,5 +1,6 @@
using BenchmarkDotNet.Running;
using Hexecs.Benchmarks.Actors;

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code should not contain multiple blank lines in a row.

Suggested change

builder.CreateBuilder(static ctx => (IActorBuilder)ctx.Activate(typeof(T)));
return builder;
}

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code should not contain multiple blank lines in a row.

Suggested change

public readonly int IndexOf(ushort item)
{
if (_length == 0) return -1;

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code should not contain multiple blank lines in a row.

Suggested change

@teoadal teoadal merged commit 3034362 into master Dec 29, 2025
10 checks passed
@teoadal teoadal deleted the features/0.4.3.2 branch January 16, 2026 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants