Better code reload
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user