mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-22 18:28:52 -05: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