1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-13 10:32:45 +00:00

missed with the last commit

This commit is contained in:
Mitchell Livingston 2008-10-31 00:27:20 +00:00
parent 7b1f6d5e40
commit ed6954681e

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];