style: Wrong Typed Class Name

This commit is contained in:
Syntriax 2024-01-23 12:17:14 +03:00
parent ba284a199a
commit 8f6b48eb88
1 changed files with 1 additions and 1 deletions

View File

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