Fix compilation of GL demo on linux

This commit is contained in:
baldurk
2020-01-21 15:44:32 +00:00
parent 0dd050f785
commit 45f983f97b
+1 -1
View File
@@ -180,7 +180,7 @@ void main()
}
// wait 3 seconds to make sure texB becomes a persistent resource
Sleep(3000);
msleep(3000);
while(Running())
{