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

summaryrefslogtreecommitdiff
path: root/source/core/StarNetElementGroup.hpp
diff options
context:
space:
mode:
authorWasabiRaptor <ketchupraptor@gmail.com>2025-05-25 22:28:54 -0400
committerWasabiRaptor <ketchupraptor@gmail.com>2025-05-25 22:28:54 -0400
commitab20de5a14e4bca7f8780b95c58383fb4343b23f (patch)
tree2145adb9116ffed7da55eacfc9b2662e558e7007 /source/core/StarNetElementGroup.hpp
parent28466a651bd8449f17bd229178698aa8eac7c56d (diff)
parent3a7a5187e6e63e0b47430160d3facb6d99db6005 (diff)
Merge remote-tracking branch 'upstream/main' into networked-animator-improvements
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;