style: Wrong Typed Class Name

This commit is contained in:
2024-01-23 12:17:14 +03:00
parent ba284a199a
commit 8f6b48eb88

View File

@@ -4,7 +4,7 @@ using Syntriax.Engine.Core;
namespace Pong;
public static class EngineConverted
public static class EngineConverter
{
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static EngineTime ToEngineTime(this GameTime gameTime) => new(gameTime.TotalGameTime, gameTime.ElapsedGameTime);