3DWorld (167/272)

From:Mark Olsen
Date:23 May 2000 at 01:33:32
Subject:Re: Double buffer flicker.

Hello Tim

On 22-May-00, you wrote:

> I`m doing this:
>
> WaitTOF();
> ScrollViewPort(viewport);

It should be:
ScroolVPort(blah);
WaitBOVP();

But WaitBOVP busywaits for the VBL.

> Should I use WaitBOVP() instead? It doesn`t seem to make any difference but

WaitTOF() is only supposed to work on ocs/ecs/aga.

Regards