mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Made loop boolean volatile.
This commit is contained in:
parent
c9896a2f75
commit
c594bb4689
@ -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…
Reference in New Issue
Block a user