mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-10-31 08:56:01 +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.