mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 07:26:16 +08:00
Fixes gray tiles around +/-4 when user clicks on an empty tile. Affects regions above 4096 primarily.
This commit is contained in:
@@ -76,7 +76,7 @@ namespace OpenSim.Region.CoreModules.Hypergrid
|
||||
FillInMap(mapBlocks, minX, minY, maxX, maxY);
|
||||
//
|
||||
|
||||
remoteClient.SendMapBlock(mapBlocks, flag);
|
||||
remoteClient.SendMapBlock(mapBlocks, 0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user