Add mini-diffs and change the difference transmission frequency.
This commit is contained in:
@@ -201,7 +201,7 @@ public:
|
||||
world_to_synchronous();
|
||||
try {
|
||||
DebugCollector dbc("");
|
||||
int64_t nactor = world_->patch_everything(sb, &dbc);
|
||||
int64_t nactor = world_->patch(sb, &dbc);
|
||||
if (nactor != actor_id_) change_actor_id(nactor);
|
||||
dbc.dump(stdostream());
|
||||
} catch (const StreamException &sexcept) {
|
||||
|
||||
Reference in New Issue
Block a user