Revert "Further reduce tile streaming aggressiveness"

This reverts commit f681a8b361.
This commit is contained in:
Kelsi 2026-03-07 23:02:25 -08:00
parent f681a8b361
commit 0ffeabd4ed
3 changed files with 7 additions and 7 deletions

View file

@ -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;