mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 04:54:35 +00:00
Made loop boolean volatile.
This commit is contained in:
parent
c9896a2f75
commit
c594bb4689
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
#include "tinycthread.h"
|
#include "tinycthread.h"
|
||||||
|
|
||||||
static GLboolean running = GL_TRUE;
|
static volatile GLboolean running = GL_TRUE;
|
||||||
|
|
||||||
static int thread_start(void* data)
|
static int thread_start(void* data)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user