Browse Source

thunder seems to have stopped

experimental/new_apache_hooks
James Cox 24 years ago
parent
commit
073d7a483f
  1. 2
      ext/gd/libgd/gdft.c

2
ext/gd/libgd/gdft.c

@ -513,7 +513,7 @@ tweenColorFetch (char **error, void *key)
gdTrueColorGetRed (fg),
gdTrueColorGetGreen (fg),
gdTrueColorGetBlue (fg),
gdAlphaMax - ((gdAlphaMax - gdTrueColorGetAlpha (fg)) * pixel / NUMCOLORS)) );
gdAlphaMax - ((gdAlphaMax - gdTrueColorGetAlpha (fg)) * pixel / NUMCOLORS) );
}
else
{

Loading…
Cancel
Save