Removed superfluous cast.

master
Camilla Berglund ago%!(EXTRA string=11 years)
parent 0e20577af4
commit 5b5717e539
  1. 2
      tests/threads.c

@ -53,7 +53,7 @@ static void error_callback(int error, const char* description)
static int thread_main(void* data)
{
const Thread* thread = (const Thread*) data;
const Thread* thread = data;
glfwMakeContextCurrent(thread->window);
glfwSwapInterval(1);

Loading…
Cancel
Save