desync info tweaks

This commit is contained in:
milek7
2019-11-17 14:02:24 +01:00
parent c31af696c4
commit a16cf6cdab
4 changed files with 14 additions and 4 deletions

View File

@@ -257,9 +257,7 @@ eu07_application::run() {
WriteLog("net: desync! calculated: " + std::to_string(sync)
+ ", received: " + std::to_string(slave_sync), logtype::net);
ImGui::Begin("NET");
ImGui::TextUnformatted("desync!");
ImGui::End();
Global.desync = slave_sync - sync;
}
// set total delta for rendering code