change counter from 3 => 2 based on feedback from mirceakitsune on mantis
http://opensimulator.org/mantis/bug_view_page.php?bug_id=490ThreadPoolClientBranch
parent
7b4fb3b8bc
commit
62943de68a
|
@ -291,7 +291,7 @@ namespace OpenSim.Region.Terrain
|
|||
}
|
||||
|
||||
counter++;
|
||||
if(counter==3)
|
||||
if(counter==2)
|
||||
{
|
||||
counter=0;
|
||||
for (int x = 0; x < 16; x++)
|
||||
|
|
Loading…
Reference in New Issue