mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-10-31 08:56:01 +08:00 
			
		
		
		
	 c5083501d5
			
		
	
	c5083501d5
	
	
	
		
			
			This PR changes the signature of the closeToVector() helper function:
    Old: closeToVector(num x, num y, {double epsilon = 1e-15})
    New: closeToVector(Vector2 vector, [double epsilon = 1e-15])