worked on android port
opengl1 -> es
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef MAPVIEW3D_H
|
||||
#define MAPVIEW3D_H
|
||||
|
||||
#include "../../fixC11.h"
|
||||
|
||||
#include <QtWidgets>
|
||||
#include <QtOpenGL>
|
||||
|
||||
@@ -12,7 +14,7 @@ class GridRenderer;
|
||||
class NavMeshRenderer;
|
||||
class NavMeshModel;
|
||||
|
||||
class MapView3D : public QGLWidget {
|
||||
class MapView3D : public QOpenGLWidget {
|
||||
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user