From aebc5dd693fee32610fc0c021e2a8d11eb228f63 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 3 Mar 2019 00:49:37 +0100 Subject: [PATCH] added a text that 3D geometries are a work in progress --- geom-exp.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/geom-exp.cpp b/geom-exp.cpp index b849235a..2aa3fa7a 100644 --- a/geom-exp.cpp +++ b/geom-exp.cpp @@ -399,6 +399,9 @@ void ge_select_tiling(const vector& lst) { gamescreen(0); dialog::init(XLAT("experiment with geometry")); + + if(&lst == &list3d) + dialog::addInfo("3D geometries are a work in progress", 0x800000); char letter = 'a'; for(eGeometry i: lst) {