Fixed doing OpenGL calls before a graphical context was created.

svn-id: r50905
This commit is contained in:
Alejandro Marzini 2010-07-15 04:01:41 +00:00
parent d677ba5a11
commit 9ef2fc4744
6 changed files with 31 additions and 42 deletions

View file

@ -47,8 +47,6 @@ public:
OpenGLGraphicsManager();
virtual ~OpenGLGraphicsManager();
virtual void init();
virtual bool hasFeature(OSystem::Feature f);
virtual void setFeatureState(OSystem::Feature f, bool enable);
virtual bool getFeatureState(OSystem::Feature f);