* Minor: fix doc glitch
parent
5fe4a39927
commit
4394c747f5
|
@ -50,7 +50,7 @@ namespace OpenSim.Region.Environment.Modules
|
||||||
= log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
= log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// We will allow the client to request the same missing texture n times before dropping further requests
|
/// We will allow the client to request the same texture n times before dropping further requests
|
||||||
///
|
///
|
||||||
/// This number includes repeated requests for the same texture at different resolutions (which we don't
|
/// This number includes repeated requests for the same texture at different resolutions (which we don't
|
||||||
/// currently handle properly as far as I know). However, this situation should be handled in a more
|
/// currently handle properly as far as I know). However, this situation should be handled in a more
|
||||||
|
|
Loading…
Reference in New Issue