From bc6c0d5deab951eb7cbefa5d66046e966e6fdf21 Mon Sep 17 00:00:00 2001 From: Nadav Shatz Date: Sun, 5 Oct 2014 22:59:33 +0300 Subject: [PATCH] Another place --- lib/paleta/color.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/paleta/color.rb b/lib/paleta/color.rb index 904a42b..27524c2 100644 --- a/lib/paleta/color.rb +++ b/lib/paleta/color.rb @@ -271,7 +271,7 @@ def update_hsl @hue = h * 60 @hue += 360 if @hue < 0 - self.saturation = s * 100 + @saturation = s * 100 @lightness = l * 100 end