From 7f9f3bc8385e7ec2fbe30fb4d95e0129ce289014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Sun, 27 Jun 2010 18:20:43 +0000 Subject: [PATCH] Early check for gl capabilities git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9744 383ad7c9-94d9-4d36-a494-682f7c89f535 --- Core/Core.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Core/Core.cc b/Core/Core.cc index bbe3288c..bdd6bbc2 100644 --- a/Core/Core.cc +++ b/Core/Core.cc @@ -307,6 +307,9 @@ Core::init() { coreWidget_->setWindowTitle( OpenFlipper::Options::windowTitle() ); #endif + // Sanity check for OpenGL capabilities! + checkOpenGLCapabilities(); + } // ====================================================================== @@ -601,9 +604,6 @@ Core::init() { scenegraphCheckTimer_->start (); } - // Sanity check for OpenGL capabilities! - checkOpenGLCapabilities(); - QTimer::singleShot(100, this, SLOT(slotExecuteAfterStartup())); } -- GitLab