fix some warnings

This commit is contained in:
2020-09-08 15:10:26 +03:00
parent 17e38bc821
commit 9f15039f64
6 changed files with 10 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ using namespace QGLEngineShaders;
RendererService::RendererService(Renderer * r_): r(r_) {
line_width = 1;
current_action = haNoAction;
current_handle = 0;
current_handle = QFlags<HandleMesh>();
mat_xyz.resize(3); mat_ms2.resize(3);
color_xyz.resize(3); color_ms2.resize(3);
const QVector3D _rot [3] = {QVector3D(0,1,0), QVector3D(-1,0,0), QVector3D(0, 0,1)};