summaryrefslogtreecommitdiff
path: root/scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene.cpp')
-rw-r--r--scene.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene.cpp b/scene.cpp
index 4b96595..5bbd1b2 100644
--- a/scene.cpp
+++ b/scene.cpp
@@ -92,4 +92,5 @@ bool Scene::select(int x, int y, float& px, float& py, float& pz) {
void Scene::update() {
qt->update(pos.x, pos.z);
+ qt->update_vbo();
}