Skip to content

Commit fdcede5

Browse files
committed
Engine: Update compile scripts comment
1 parent 69be16c commit fdcede5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/internal/engine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ void Engine::compile()
259259
// Resolve entities by ID
260260
resolveIds();
261261

262-
// Compile scripts to bytecode
262+
// Compile scripts
263263
for (auto target : m_targets) {
264264
std::cout << "Compiling scripts in target " << target->name() << "..." << std::endl;
265265
auto ctx = Compiler::createContext(this, target.get());

0 commit comments

Comments
 (0)