summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-05-06 11:38:56 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-05-06 11:38:56 +0100
commit09356e7a2f5b709256611b073efaace68f6ba46a (patch)
tree5985dc782dc3da4c294dd96b1d5541360a7e4768
parent88c26980fcca1f25197fac21ef6d871864fa4e4d (diff)
clipFlat: Comment sleep() call.
Fixes windows build.
-rw-r--r--src/glean/tclipflat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glean/tclipflat.cpp b/src/glean/tclipflat.cpp
index 67c90af..6b35bb9 100644
--- a/src/glean/tclipflat.cpp
+++ b/src/glean/tclipflat.cpp
@@ -454,7 +454,7 @@ ClipFlatTest::testPositions(Window &w, GLenum mode,
if (!checkResult(w, badColor)) {
reportFailure(mode, drawMode, facing, fill, badColor, x, y);
glFlush();
- sleep(25); // enable for debugging
+ //sleep(25); // enable for debugging
return false;
}
//usleep(50000); // enable for debugging