From 69b778c2ad59ca2343b98448d872664a58895e51 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 20 Jun 2007 12:01:14 +0000 Subject: [PATCH] Corrected graphics context creation message --- applications/osgconv/osgconv.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/applications/osgconv/osgconv.cpp b/applications/osgconv/osgconv.cpp index eefedfb3c..1e3b28849 100644 --- a/applications/osgconv/osgconv.cpp +++ b/applications/osgconv/osgconv.cpp @@ -51,12 +51,10 @@ class MyGraphicsContext { } if (_gc.valid()) - - { _gc->realize(); _gc->makeCurrent(); - std::cout<<"Realized window"<