fix the typos that seem to matter so much to some :p
parent
8621abf2b7
commit
61ad58310b
|
@ -225,7 +225,7 @@ namespace OpenSim.Region.PhysicsModule.ODE
|
||||||
/// <param name="req"></param>
|
/// <param name="req"></param>
|
||||||
private void RayCast(ODERayRequest req)
|
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;
|
float len = req.length;
|
||||||
if (len > 250f)
|
if (len > 250f)
|
||||||
len = 250f;
|
len = 250f;
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
// changes for varsize regions
|
// changes for varsize regions
|
||||||
// note that raycasts need to have limited range
|
// note that raycasts need to have limited range
|
||||||
// (even in normal regions)
|
// (even in normal regions)
|
||||||
// or aplication thread stack may just blowup
|
// or application thread stack may just blowup
|
||||||
// see RayCast(ODERayCastRequest req)
|
// see RayCast(ODERayCastRequest req)
|
||||||
|
|
||||||
//#define USE_DRAWSTUFF
|
//#define USE_DRAWSTUFF
|
||||||
|
|
Loading…
Reference in New Issue