We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69aa9e commit 13a618dCopy full SHA for 13a618d
code/framework/src/world/types/streaming.hpp
@@ -23,6 +23,7 @@ namespace Framework::World::Archetypes {
23
auto &streamable = e.ensure<Framework::World::Modules::Base::Streamable>();
24
streamable.owner = guid;
25
streamable.defaultUpdateInterval = CoreModules::GetTickRate() * 1000.0f; // we need ms here
26
+ streamable.updateInterval = streamable.defaultUpdateInterval;
27
}
28
29
public:
0 commit comments