mirror of
				https://github.com/yeslayla/golang-game-framework.git
				synced 2025-11-04 08:43:06 +01:00 
			
		
		
		
	Add delta value between frames
				
					
				
			This commit is contained in:
		@ -8,7 +8,7 @@ type Renderer2D interface {
 | 
			
		||||
	DrawTexture2D(DrawTexture2DInput) error
 | 
			
		||||
 | 
			
		||||
	Draw() error
 | 
			
		||||
	Update() error
 | 
			
		||||
	Update(delta float64) error
 | 
			
		||||
	Destroy()
 | 
			
		||||
	SetCamera(*Camera2D) error
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user