mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Revert "Further reduce tile streaming aggressiveness"
This reverts commit f681a8b361.
This commit is contained in:
parent
f681a8b361
commit
0ffeabd4ed
3 changed files with 7 additions and 7 deletions
|
|
@ -344,7 +344,7 @@ private:
|
|||
|
||||
// Streaming parameters
|
||||
bool streamingEnabled = true;
|
||||
int loadRadius = 3; // Load tiles within this radius (7x7 circular ~29 tiles)
|
||||
int loadRadius = 4; // Load tiles within this radius (9x9 grid = 81 tiles)
|
||||
int unloadRadius = 7; // Unload tiles beyond this radius
|
||||
float updateInterval = 0.033f; // Check streaming every 33ms (~30 fps)
|
||||
float timeSinceLastUpdate = 0.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue