Advertisement

SDL video and Win32 Thread exit

Started by May 06, 2011 03:16 AM
0 comments, last by bubu LV 13 years, 6 months ago
The thread 'Win32 Thread' (0xf34) has exited with code 0 (0x0).

These thread warnings get outputted when initializing SDL right after this line is executed:

SDL_SetVideoMode( WINDOW_WIDTH, WINDOW_HEIGHT, video->vfmt->BitsPerPixel, flags )

Is this a problem? Why does this happen?
That message is completely normal output when thread ends its work.

This topic is closed to new replies.

Advertisement