fix scaling alg
This commit is contained in:
		| @@ -57,7 +57,7 @@ function _update60() | ||||
|  local a,b=abs(gdx),abs(gdy) | ||||
|  if (b>a) a,b=b,a | ||||
|  magnitude = 1 | ||||
|  while magnitude < a do | ||||
|  while magnitude*64 < a do | ||||
|   magnitude *= 2 | ||||
|  end | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user