Skip to content

Commit

Permalink
Drop invalid deltaObject messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ephphatha authored Aug 2, 2022
1 parent bd35a18 commit 08c50dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/msg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2543,7 +2543,7 @@ void DeltaLoadLevel()
}
} break;
default:
it++;
it = deltaLevel.object.erase(it); // discard invalid commands
break;
}
}
Expand Down

0 comments on commit 08c50dd

Please sign in to comment.