Clear old registered action types on reset.

This commit is contained in:
Unknown W. Brackets 2015-03-28 13:01:49 -07:00
parent c642f92bfb
commit 0aaabcaac9

View file

@ -240,6 +240,7 @@ public:
delete it->second;
}
calls_.clear();
types_.clear();
idGen_ = 0;
}