From 8710fd4fcb5e828ecfed39a07ddd1121fcffd35f Mon Sep 17 00:00:00 2001 From: Luis Enrique Espinoza Severino Date: Wed, 18 Sep 2013 21:34:39 -0300 Subject: [PATCH] Annoying comment deleted :D --- LEColorPicker/LEColorPicker.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEColorPicker/LEColorPicker.m b/LEColorPicker/LEColorPicker.m index ce0ed01..7253646 100644 --- a/LEColorPicker/LEColorPicker.m +++ b/LEColorPicker/LEColorPicker.m @@ -197,7 +197,7 @@ - (LEColorScheme*)colorSchemeFromImage:(UIImage*)inputImage width:LECOLORPICKER_GPU_DEFAULT_SCALED_SIZE height:LECOLORPICKER_GPU_DEFAULT_SCALED_SIZE]; - // Now, We set the initial OpenGL ES 2.0 state. LUCHIN: AquĆ­ estamos trabajando + // Now, We set the initial OpenGL ES 2.0 state. [self setupOpenGL]; // Then we set the scaled image as the texture to render.