switch to os provided remote have set and other fixes

This commit is contained in:
Green Sky
2024-12-15 01:23:08 +01:00
parent 78390dd342
commit b35babe3f8
3 changed files with 25 additions and 28 deletions

View File

@@ -70,14 +70,6 @@ namespace Components {
entt::dense_set<Contact3> participants;
};
struct RemoteHaveBitset {
struct Entry {
bool have_all {false};
BitSet have;
};
entt::dense_map<Contact3, Entry> others;
};
struct ReRequestInfoTimer {
float timer {0.f};
};