Better code reload

This commit is contained in:
2026-05-27 14:50:34 -04:00
parent d737879ed6
commit 779c9f5c2e
9 changed files with 31 additions and 64 deletions

View File

@@ -292,7 +292,7 @@ void World::patch_source(StreamBuffer *sb, DebugCollector *dbc) {
DebugBlock dbb(dbc, "patch_source");
bool modified = source_db_.patch(sb, dbc);
if (modified) {
rebuild_sourcedb(-1);
rebuild_sourcedb(0);
DebugLine(dbc) << "Source DB rebuilt";
}
}