We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69be16c commit fdcede5Copy full SHA for fdcede5
src/engine/internal/engine.cpp
@@ -259,7 +259,7 @@ void Engine::compile()
259
// Resolve entities by ID
260
resolveIds();
261
262
- // Compile scripts to bytecode
+ // Compile scripts
263
for (auto target : m_targets) {
264
std::cout << "Compiling scripts in target " << target->name() << "..." << std::endl;
265
auto ctx = Compiler::createContext(this, target.get());
0 commit comments