aboutsummaryrefslogtreecommitdiff
path: root/src/main_window.cc
diff options
context:
space:
mode:
authorccolin2021-01-03 13:35:26 +0100
committerccolin2021-01-03 13:35:26 +0100
commit0a6b133c19ccc69ecc6bcf6be83e8ec7f5f8150f (patch)
treefb9de23b150c718ea303ec61461a66820a085525 /src/main_window.cc
parent7e0554bf65b9be61f3b73625d762a5043ad2af0f (diff)
fix collision detection
Diffstat (limited to 'src/main_window.cc')
-rw-r--r--src/main_window.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main_window.cc b/src/main_window.cc
index 9680d94..1e9f054 100644
--- a/src/main_window.cc
+++ b/src/main_window.cc
@@ -92,8 +92,6 @@ void MainWindow::open(const QString &path) {
settings_pane->setEnabled(true);
glw.setPainter(dc);
-
- dc->computeCollisions(.1);
pause();
}