fix the typos that seem to matter so much to some :p

avinationmerge
UbitUmarov 2015-09-12 02:21:27 +01:00
parent 8621abf2b7
commit 61ad58310b
2 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@ namespace OpenSim.Region.PhysicsModule.ODE
/// <param name="req"></param>
private void RayCast(ODERayRequest req)
{
// limit ray lenght or collisions will take all avaiable stack space
// limit ray length or collisions will take all avaiable stack space
float len = req.length;
if (len > 250f)
len = 250f;

View File

@ -28,7 +28,7 @@
// changes for varsize regions
// note that raycasts need to have limited range
// (even in normal regions)
// or aplication thread stack may just blowup
// or application thread stack may just blowup
// see RayCast(ODERayCastRequest req)
//#define USE_DRAWSTUFF