added a text that 3D geometries are a work in progress

This commit is contained in:
Zeno Rogue 2019-03-03 00:49:37 +01:00
parent 24e02f8dea
commit aebc5dd693
1 changed files with 3 additions and 0 deletions

View File

@ -399,6 +399,9 @@ void ge_select_tiling(const vector<eGeometry>& 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) {