about summary refs log tree commit diff stats
path: root/050scenario.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-10 15:52:38 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-10 15:52:38 -0700
commit885315fe8858f8a4963eaf6f1f8a778d961aedd3 (patch)
tree0d2cb28655f7c2bb96801d65b3a9d27aef4b903e /050scenario.cc
parent2337793f5566ed73ac12c68393e8f66ccd939b05 (diff)
downloadmu-885315fe8858f8a4963eaf6f1f8a778d961aedd3.tar.gz
1751 - sluggishness fixed
Ah, I was indeed double-rendering, but somehow it was still hard to see
the problem past that preliminary diagnosis.

Still two failing tests to fix.
Diffstat (limited to '050scenario.cc')
-rw-r--r--050scenario.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/050scenario.cc b/050scenario.cc
index 8200d702..d112cd62 100644
--- a/050scenario.cc
+++ b/050scenario.cc
@@ -131,7 +131,7 @@ const scenario* Current_scenario = NULL;
 void run_mu_scenario(const scenario& s) {
   Current_scenario = &s;
   bool not_already_inside_test = !Trace_stream;
-//?   cerr << s.name << '\n'; //? 9
+//?   cerr << s.name << '\n'; //? 10
   if (not_already_inside_test) {
     Trace_file = s.name;
     Trace_stream = new trace_stream;