mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix compilation of GL demo on linux
This commit is contained in:
@@ -180,7 +180,7 @@ void main()
|
||||
}
|
||||
|
||||
// wait 3 seconds to make sure texB becomes a persistent resource
|
||||
Sleep(3000);
|
||||
msleep(3000);
|
||||
|
||||
while(Running())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user