[SDL] SDL_Flip and SDL_Delay freaking me out
Brian
brian.ripoff at gmail.com
Wed Nov 21 04:14:29 PST 2007
If your code is correct, your problem is likely elsewhere. Can you
post a minimal example which demonstrates the same? If not, can you
email your code (cut down as much as possible).
On 21/11/2007, neil at cloudsprinter.com <neil at cloudsprinter.com> wrote:
>
> now beofre prople start telling me how poor my programming practises are i just
> want to know why this might be happeneing.
>
> if in my code looks like this
>
>
> SDL_Delay(30);
>
> SDL_Flip(screen);
>
>
> it runs
>
> if it looks like this
>
> SDL_Flip(screen);
>
> SDL_Delay(30);
>
> it crashes
>
> yes i still am having issues as to how to tun my main redraw loop, but this is
> really fonzing me out.
>
> _______________________________________________
> SDL mailing list
> SDL at lists.libsdl.org
> http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
>
More information about the SDL
mailing list