rename GGLContext to just GLContext

This commit is contained in:
James Rowe
2019-11-09 13:12:29 -07:00
parent db94c017bf
commit 045eec282a
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -22,9 +22,9 @@ class QOpenGLContext;
class GMainWindow;
class GRenderWindow;
class GGLContext : public Frontend::GraphicsContext {
class GLContext : public Frontend::GraphicsContext {
public:
explicit GGLContext(QOpenGLContext* shared_context);
explicit GLContext(QOpenGLContext* shared_context);
void MakeCurrent() override;