mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-01 01:18:38 +08:00 
			
		
		
		
	 d1c94d9cfa
			
		
	
	d1c94d9cfa
	
	
	
		
			
			The grid position variable is non-private: gridPosition in the PlatformBlock class definition but was used as private: _gridPosition in the onLoad method. This PR updates the grid position variable in the onLoad to gridPosition.