Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarNetElementGroup.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2025-05-26 11:37:24 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2025-05-26 11:37:24 +1000
commit3a7a5187e6e63e0b47430160d3facb6d99db6005 (patch)
treef8a0d8fb03a77a40ab366f2ebae99f9592ef4245 /source/core/StarNetElementGroup.hpp
parent4b3cf6a40c4a2291dd6cf344320840ba7a1980b3 (diff)
cleaner fix for NetElementGroup
ty @WasabiRaptor
Diffstat (limited to 'source/core/StarNetElementGroup.hpp')
-rw-r--r--source/core/StarNetElementGroup.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/core/StarNetElementGroup.hpp b/source/core/StarNetElementGroup.hpp
index 6f009d8..1904a33 100644
--- a/source/core/StarNetElementGroup.hpp
+++ b/source/core/StarNetElementGroup.hpp
@@ -40,11 +40,7 @@ public:
float netExtrapolationHint() const;
private:
- List<NetElement*>& filterElementsForRules(NetCompatibilityRules rules);
-
List<pair<NetElement*, bool>> m_elements;
- Maybe<NetCompatibilityRules> m_filteredForRules;
- List<NetElement*> m_filteredElementsCache;
NetElementVersion const* m_version = nullptr;
bool m_interpolationEnabled = false;
float m_extrapolationHint = 0.0f;