mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Fixed small bug in Terrain Encoding
This commit is contained in:
@@ -443,7 +443,7 @@ namespace OpenSim
|
||||
this.EncodePatchHeader(newpack, headers);
|
||||
|
||||
int lastused=0;
|
||||
for(int i = 0; i < 1024 ; i++)
|
||||
for(int i = 0; i < 2048 ; i++)
|
||||
{
|
||||
if(Encoded[i] !=0)
|
||||
lastused = i;
|
||||
|
||||
Reference in New Issue
Block a user