Made loop boolean volatile.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent c9896a2f75
commit c594bb4689
  1. 2
      tests/threads.c

@ -36,7 +36,7 @@
#include "tinycthread.h"
static GLboolean running = GL_TRUE;
static volatile GLboolean running = GL_TRUE;
static int thread_start(void* data)
{

Loading…
Cancel
Save