gamnit :: Sprite :: animate_stop
animation to display the static texture
	# Stop any active `animation` to display the static `texture`
	fun animate_stop
	do
		if animation == null then return
		needs_update
		animation = null
	end
					lib/gamnit/flat/flat_core.nit:147,2--153,4