Tibug + Linux

This commit is contained in:
Marc-Eric Martel
2023-11-28 19:19:24 -05:00
parent 12ef911e79
commit 34ad4724f2
3 changed files with 5 additions and 5 deletions

View File

@@ -145,8 +145,8 @@ void Connection::Run(World* world) {
}
void Connection::CleanInputManifest(Timestamp time) {
auto wat = m_input_manifest.find(time);
// auto wat = m_input_manifest.find(time);
while (wat != m_input_manifest.begin())
m_input_manifest.erase(wat--);
// while (wat != m_input_manifest.begin())
// m_input_manifest.erase(wat--);
}