patterns: Updated to new API

This commit is contained in:
WerWolv
2023-04-18 10:06:47 +02:00
parent 7ae814f7fb
commit 6c122e5fbe
11 changed files with 28 additions and 24 deletions

View File

@@ -44,7 +44,7 @@ namespace hex::plugin::builtin {
this->m_shouldReset = false;
}
this->m_patternDrawer.draw(runtime.getAllPatterns());
this->m_patternDrawer.draw(runtime.getPatterns());
}
}
}