Skip to content

Commit 3af11d7

Browse files
committed
Engine: Copy const values
1 parent a74d0bd commit 3af11d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/engine/engine.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ void Engine::compile()
8484
compiler.compile();
8585
variables = compiler.variables();
8686
lists = compiler.lists();
87+
constInputValues = compiler.constInputValues();
8788
auto vm = std::make_shared<VirtualMachine>();
8889
vm->setFunctions(m_functions);
8990
vm->setConstValues(compiler.constValues());

0 commit comments

Comments
 (0)