mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
fix typo
This commit is contained in:
@@ -2990,8 +2990,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
return false;
|
||||
|
||||
int yy = (int)pos.Y;
|
||||
if (yy < 0 || yy >= RegionInfo.RegionSizeX)
|
||||
if (yy < 0 || yy >= RegionInfo.RegionSizeY)
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user