Skip to content

Commit

Permalink
fix: actually send the data to ui
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeBryssinck committed May 12, 2022
1 parent 8d79a75 commit 8a39e8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/client/Services/Generic/OverlayService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ void OverlayService::OnUpdate(const UpdateEvent&) noexcept
pArguments->SetInt(3, 0);
pArguments->SetInt(4, internalStats.UncompressedSentBytes);
pArguments->SetInt(5, internalStats.UncompressedRecvBytes);
m_pOverlay->ExecuteAsync("debugdata", pArguments);
}

void OverlayService::OnChatMessageReceived(const NotifyChatMessageBroadcast& acMessage) noexcept
Expand Down

0 comments on commit 8a39e8f

Please sign in to comment.