mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
network tweaks
This commit is contained in:
@@ -253,9 +253,13 @@ eu07_application::run() {
|
||||
if (m_network && m_network->client)
|
||||
{
|
||||
// verify sync
|
||||
if (sync != slave_sync) {
|
||||
if (sync != slave_sync) {
|
||||
WriteLog("net: desync! calculated: " + std::to_string(sync)
|
||||
+ ", received: " + std::to_string(slave_sync), logtype::net);
|
||||
|
||||
ImGui::Begin("NET");
|
||||
ImGui::TextUnformatted("desync!");
|
||||
ImGui::End();
|
||||
}
|
||||
|
||||
// set total delta for rendering code
|
||||
|
||||
Reference in New Issue
Block a user