fix: Always evaluate in/out variables correctly

Fixes #629
This commit is contained in:
WerWolv
2022-08-02 23:36:18 +02:00
parent 6de00b3a6a
commit 1d9e8dbda7
2 changed files with 26 additions and 35 deletions

View File

@@ -100,7 +100,6 @@ namespace hex::plugin::builtin {
void drawPatternTooltip(pl::Pattern *pattern);
void loadPatternFile(const std::fs::path &path);
void clearPatterns();
void parsePattern(const std::string &code);
void evaluatePattern(const std::string &code);