QUOTE(ihatebrianw @ 05/11/07, 09:14 AM) [snapback]266004[/snapback]
you need to open the EdgeGlow.h file and replace
Color5 = Color(720, 576, bytes, red, green, blue, 1, 0);
with
Color5 = Color(defaultWidth, defaultHeight, bytes, red, green, blue, 1, 0);
this will solve your problem.
Reveling the macro internals and changing it there will not do the trick.
I will try this out- thanks!