From de428146b9fefadcaeb1a1c35cabc6746f8dab62 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 23 Aug 2013 16:47:27 +0000 Subject: [PATCH] Fixed build --- applications/osgviewer/osgviewer.cpp | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/applications/osgviewer/osgviewer.cpp b/applications/osgviewer/osgviewer.cpp index 0977a4ec6..93cc88837 100644 --- a/applications/osgviewer/osgviewer.cpp +++ b/applications/osgviewer/osgviewer.cpp @@ -94,7 +94,7 @@ public: if (_previousSync) { unsigned int num_seconds = 1; - GLuint64 timeout = num_seconds * ((GLuint64)1000 * 1000 * 1000); + GLuint64EXT timeout = num_seconds * ((GLuint64EXT)1000 * 1000 * 1000); _glClientWaitSync(_previousSync, 0, timeout); _glDeleteSync(_previousSync); @@ -107,22 +107,14 @@ public: //OSG_NOTICE<<"After swap"<