Fix a few details of mini version, show mini demo patches
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
5f3ce7471f
commit
30941542d3
3 changed files with 7 additions and 9 deletions
|
|
@ -218,7 +218,7 @@ void Scene::step() {
|
|||
const std::string& name(APP->history->actions[actionIndex - 1]->name);
|
||||
static const std::vector<std::string> ignoredNames = {
|
||||
"move knob",
|
||||
"move module",
|
||||
"move modules",
|
||||
"move switch",
|
||||
};
|
||||
if (std::find(ignoredNames.cbegin(), ignoredNames.cend(), name) == ignoredNames.cend()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue