From 45f983f97bdd5cf597bf923a001f82fa39bc1864 Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 21 Jan 2020 15:44:32 +0000 Subject: [PATCH] Fix compilation of GL demo on linux --- util/test/demos/gl/gl_unshared_context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/test/demos/gl/gl_unshared_context.cpp b/util/test/demos/gl/gl_unshared_context.cpp index 23ebaac53..e4a637412 100644 --- a/util/test/demos/gl/gl_unshared_context.cpp +++ b/util/test/demos/gl/gl_unshared_context.cpp @@ -180,7 +180,7 @@ void main() } // wait 3 seconds to make sure texB becomes a persistent resource - Sleep(3000); + msleep(3000); while(Running()) {