mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
desync info tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user