mirror of
				https://github.com/MaddyThorson/StrawberryBF.git
				synced 2025-11-04 01:41:33 +08:00 
			
		
		
		
	Cleanup. GL bindings
This commit is contained in:
		@ -5,7 +5,7 @@ namespace Strawberry.Sample
 | 
			
		||||
	public class SampleGame : Game
 | 
			
		||||
	{
 | 
			
		||||
		public this(PlatformLayer platformLayer)
 | 
			
		||||
			: base(platformLayer, "Strawberry Sample Game!", 320, 180, 3)
 | 
			
		||||
			: base(platformLayer, "Strawberry Sample Game!", 320, 180, 3, 1)
 | 
			
		||||
		{
 | 
			
		||||
			Controls.Init();
 | 
			
		||||
			Scene = new Level();
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user