Skip to content

Commit 13a618d

Browse files
committed
Sync updateInterval with the new default
1 parent d69aa9e commit 13a618d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/framework/src/world/types/streaming.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ namespace Framework::World::Archetypes {
2323
auto &streamable = e.ensure<Framework::World::Modules::Base::Streamable>();
2424
streamable.owner = guid;
2525
streamable.defaultUpdateInterval = CoreModules::GetTickRate() * 1000.0f; // we need ms here
26+
streamable.updateInterval = streamable.defaultUpdateInterval;
2627
}
2728

2829
public:

0 commit comments

Comments
 (0)