mh i have a problem with the partikle example.

i wrote this
Code:
class MyGraphic
    {
        private static void ParticleLine(PARTICLE p)
        {

        }

        public static void DrawLine3DEx(Vector AFrom, Vector ATo, Color AColor, int AAlpha, int ASize)
        {
            PARTICLE.effect(ParticleLine, 1, AFrom, ATo);
        }


    }



Get the error: "1 argument cannot be converted from ethodgroup to AcknexWrapper.WrapperDelegateParticle"

Cant see any differences between my and your particle event in the tutorial. What have i done cry


MY Website with news of my projects:
(for example my current
Muliplayer Bomberman,
GenesisPrecompiler for LiteC
and TileMaster, an easy to use Tile editor)
Sparetime-Development