style: Wrong Typed Class Name
This commit is contained in:
parent
ba284a199a
commit
8f6b48eb88
|
@ -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);
|
Loading…
Reference in New Issue