From ab1a0e1efa9e7a17a0c5b8597e7b3aedea84a3b5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vladim=C3=ADr=20Ulman?= <ulman@mpi-cbg.de>
Date: Fri, 14 Oct 2016 00:28:07 +0200
Subject: [PATCH] Added missing ParamsSetup() to hint the OpenGL.

---
 src/main.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main.cpp b/src/main.cpp
index 0c8c65c..e7423bc 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -51,6 +51,8 @@ int main(int argc,char **argv)
 		mesh.ExportSTL(argv[5]);
 	else
 	{
+		ParamsSetup();
+
 		std::cout << "vertices  #: " << mesh.Pos.size() << "\n";
 		std::cout << "triangles #: " << mesh.ID.size()/3 << "\n";
 		std::cout << "normals   #: " << mesh.norm.size() << "\n";
-- 
GitLab