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

summaryrefslogtreecommitdiff
path: root/source/core
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-12-31 20:13:23 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2024-12-31 20:13:23 +1100
commitc37265623d35bc399c8e673ad62cd34892d60d46 (patch)
tree4f51dd1fc35de0d8e0ee8eabaec691270150ab3b /source/core
parent5247c4855174bdfe3db741f8de18e54d37fb89da (diff)
oops
[skip ci]
Diffstat (limited to 'source/core')
-rw-r--r--source/core/StarNetElementFloatFields.hpp2
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;