Skip to content

Commit

Permalink
Merge pull request BradLarson#1158 from cocologics/fixType
Browse files Browse the repository at this point in the history
Fix type in GPUImageHueFilter
  • Loading branch information
BradLarson committed Sep 7, 2013
2 parents 262dbf5 + 846abb0 commit 1e3c263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Source/GPUImageHueFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

@interface GPUImageHueFilter : GPUImageFilter
{
GLfloat hueAdjustUniform;
GLint hueAdjustUniform;

}
@property (nonatomic, readwrite) CGFloat hue;
Expand Down

0 comments on commit 1e3c263

Please sign in to comment.