mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 05:25:07 +00:00
Made loop boolean volatile.
This commit is contained in:
parent
c9896a2f75
commit
c594bb4689
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue