Finally ready to merge the two tool codebases
All checks were successful
Build Dusk / build-linux (push) Successful in 54s
Build Dusk / build-psp (push) Successful in 1m3s

This commit is contained in:
2025-11-16 23:52:52 -06:00
parent ae941a0fdb
commit 69b37b30bc
7 changed files with 146 additions and 22 deletions

View File

@@ -31,5 +31,6 @@ class GLWidget(QOpenGLWidget):
glViewport(0, 0, w, h)
self.parent.camera.setup(w, h)
self.parent.map.draw()
self.parent.grid.draw()
self.parent.selectBox.draw()