Added comment to peer data progress

This commit is contained in:
Mitchell McCaffrey 2021-01-20 19:20:38 +11:00
parent 272793b1ee
commit 1e545b3220

View File

@ -389,6 +389,7 @@ function NetworkedMapAndTokens({ session }) {
function handlePeerDataProgress({ id, total, count }) {
if (count === 1) {
// Corresponding asset load finished called in token and map response
assetLoadStart();
}
assetProgressUpdate({ id, total, count });