mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Merge branch 'master' into httptests
This commit is contained in:
@@ -2260,8 +2260,8 @@ namespace OpenSim.Region.PhysicsModule.ubOde
|
||||
float val;
|
||||
|
||||
|
||||
uint maxXX = regionsizeX - 1;
|
||||
uint maxYY = regionsizeY - 1;
|
||||
uint maxXX = regionsizeX + 1;
|
||||
uint maxYY = regionsizeY + 1;
|
||||
// adding one margin all around so things don't fall in edges
|
||||
|
||||
uint xx;
|
||||
|
||||
Reference in New Issue
Block a user