diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 20:13:23 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 20:13:23 +1100 |
commit | c37265623d35bc399c8e673ad62cd34892d60d46 (patch) | |
tree | 4f51dd1fc35de0d8e0ee8eabaec691270150ab3b /source/core | |
parent | 5247c4855174bdfe3db741f8de18e54d37fb89da (diff) |
oops
[skip ci]
Diffstat (limited to 'source/core')
-rw-r--r-- | source/core/StarNetElementFloatFields.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/StarNetElementFloatFields.hpp b/source/core/StarNetElementFloatFields.hpp index 44e0a89..97cacb7 100644 --- a/source/core/StarNetElementFloatFields.hpp +++ b/source/core/StarNetElementFloatFields.hpp @@ -166,7 +166,7 @@ bool NetElementFloating<T>::writeNetDelta(DataStream& ds, uint64_t fromVersion, template <typename T> void NetElementFloating<T>::readNetDelta(DataStream& ds, float interpolationTime, NetCompatibilityRules rules) { - _unused(rules) + _unused(rules); T t = readValue(ds); m_latestUpdateVersion = m_netVersion ? m_netVersion->current() : 0; |