style: Wrong Typed Class Name
This commit is contained in:
		| @@ -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); | ||||
		Reference in New Issue
	
	Block a user