From c6a3de501fc644bd8cbf32c47ca4e06194a7089d Mon Sep 17 00:00:00 2001 From: Tats Date: Sun, 28 Dec 2014 21:51:44 -0500 Subject: [PATCH] Added comment for zoom level. --- MapperGLCanvas.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MapperGLCanvas.h b/MapperGLCanvas.h index f7bdbf9..f56ab6d 100644 --- a/MapperGLCanvas.h +++ b/MapperGLCanvas.h @@ -141,6 +141,7 @@ private: // True iff we want vertices to stick to each other. bool _stickyVertices; + // The zoom level (in number of steps). int _zoomLevel; signals: