0 Members and 1 Guest are viewing this topic.
EXPORT LineTime()BEGIN DIMGROB_P(G1,320,240); A:=TICKS; BLIT_P(G0,G1,[other arguments]); B:=TICKS;END;
Interesting, but didn't he say that you can simply omit the G0 at the start (since it defaults to G0 for BLIT_P)? IIRC that allowed you to squeeze the extra blending argument in.Also you totally misspelled Tim Wessman's name there so I fixed it