mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-10-31 17:06:50 +08:00 
			
		
		
		
	Remove unnecessary super.render calls (#1084)
				
					
				
			* Remove unnecessary super.render calls * Update tutorial and docs
This commit is contained in:
		| @ -76,7 +76,6 @@ abstract class MyCollidable extends PositionComponent | ||||
|  | ||||
|   @override | ||||
|   void render(Canvas canvas) { | ||||
|     super.render(canvas); | ||||
|     renderHitboxes(canvas, paint: _activePaint); | ||||
|     if (_isDragged) { | ||||
|       final localCenter = (scaledSize / 2).toOffset(); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Lukas Klingsbo
					Lukas Klingsbo