summaryrefslogtreecommitdiff
path: root/src/glwidget.cpp
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2024-05-10 09:14:45 -0400
committersotech117 <michael_foiani@brown.edu>2024-05-10 13:18:13 -0400
commit9a9bb1a85de1eddb993efa635a59c693c37ec32f (patch)
treef3e809a4cb28369f60815ee3f28d314a6a06a9fe /src/glwidget.cpp
parented9d441ea39800a6c239a60d4587768411cb5ff7 (diff)
demo day
Diffstat (limited to 'src/glwidget.cpp')
-rwxr-xr-xsrc/glwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glwidget.cpp b/src/glwidget.cpp
index 57df286..49189fc 100755
--- a/src/glwidget.cpp
+++ b/src/glwidget.cpp
@@ -176,7 +176,7 @@ void GLWidget::initializeGL()
float extentLength = (coeffMax - coeffMin).norm();
// Screen-space size of vertex points
- m_vSize = 0.005 * extentLength;
+ m_vSize = 10;
// Scale all movement by this amount
m_movementScaling = extentLength * 0.5;