This commit is contained in:
2022-03-23 17:03:07 -04:00
parent 70ae9627ee
commit 93e1ab63b9
4 changed files with 58 additions and 26 deletions

View File

@@ -203,7 +203,7 @@ public:
void receive_diff_from_server(StreamBuffer *sb) {
world_to_synchronous();
try {
DebugCollector dbc("");
DebugCollector dbc("");
int64_t nactor = world_->patch_everything(sb, &dbc);
if (nactor != actor_id_) change_actor_id(nactor);
dbc.dump(stdostream());