mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
Made loop boolean volatile.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
#include "tinycthread.h"
|
||||
|
||||
static GLboolean running = GL_TRUE;
|
||||
static volatile GLboolean running = GL_TRUE;
|
||||
|
||||
static int thread_start(void* data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user