Missed these changes

This commit is contained in:
karlberg
2021-04-22 14:35:51 -07:00
parent c8bc5b7463
commit 9b78646397
@@ -161,8 +161,9 @@ namespace Multiplayer
DrawMetricRow("Total", "PropertyUpdates Received", entryColour, stats, propertyUpdatesRecv);
DrawMetricRow("Total", "Rpcs Sent", entryColour, stats, rpcsSent);
DrawMetricRow("Total", "Rpcs Received", entryColour, stats, rpcsRecv);
ImGui::Columns(1);
ImGui::End();
}
ImGui::End();
}
}
#endif