missed with the last commit

This commit is contained in:
Mitchell Livingston 2008-10-31 00:27:20 +00:00
parent 7b1f6d5e40
commit ed6954681e
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
color4.alpha = 1.0f;
color4.position = 1.0f;
CTGradient * newInstance = [[[self class] alloc] init];
CTGradient * newInstance = [[CTGradient alloc] init];
[newInstance addElement: &color1];
[newInstance addElement: &color2];
[newInstance addElement: &color3];