arbi:: debug messages for let commands with DF_GEOM

This commit is contained in:
Zeno Rogue 2020-04-29 15:10:07 +02:00
parent 52bd8f12f6
commit c488599745
1 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,8 @@ EX void load(const string& fname) {
string tok = ep.next_token();
ep.force_eat("=");
ep.extra_params[tok] =ep.parsepar();
if(debugflags & DF_GEOM)
println(hlog, "let ", tok, " = ", real(ep.extra_params[tok]));
}
else if(ep.eat("unittile(")) {
c.shapes.emplace_back();