[fix] fix incorrect peer_ usage in SendReliableDataFrame

This commit is contained in:
dijunkun
2026-01-26 21:47:10 +08:00
parent b6a52dbcd4
commit a7820a79db
3 changed files with 100 additions and 48 deletions

View File

@@ -484,7 +484,6 @@ class Render {
bool just_created_ = false;
std::string controlled_remote_id_ = "";
std::string focused_remote_id_ = "";
bool need_to_send_host_info_ = false;
std::string remote_client_id_ = "";
SDL_Event last_mouse_event;
SDL_AudioStream* output_stream_;