1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Made loop boolean volatile.

This commit is contained in:
Camilla Berglund 2012-08-12 22:36:10 +02:00
parent c9896a2f75
commit c594bb4689

View File

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