diff options
author | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
commit | b16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch) | |
tree | 6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs | |
parent | Make it possible to disable the bakes module in the way it is described in co... (diff) | |
download | opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2 opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz |
Massive tab and trailing space cleanup
Diffstat (limited to 'OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs b/OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs index 7b4639d..42dbc8f 100644 --- a/OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs +++ b/OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs | |||
@@ -38,7 +38,7 @@ namespace pCampBot | |||
38 | /// <summary> | 38 | /// <summary> |
39 | /// This behavior is for the systematic study of some performance improvements made | 39 | /// This behavior is for the systematic study of some performance improvements made |
40 | /// for OSCC'13. | 40 | /// for OSCC'13. |
41 | /// Do nothing, but send AgentUpdate packets all the time that have only slightly | 41 | /// Do nothing, but send AgentUpdate packets all the time that have only slightly |
42 | /// different state. The delta of difference will be filtered by OpenSim early on | 42 | /// different state. The delta of difference will be filtered by OpenSim early on |
43 | /// in the packet processing pipeline. These filters did not exist before OSCC'13. | 43 | /// in the packet processing pipeline. These filters did not exist before OSCC'13. |
44 | /// </summary> | 44 | /// </summary> |
@@ -46,10 +46,10 @@ namespace pCampBot | |||
46 | { | 46 | { |
47 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 47 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
48 | 48 | ||
49 | public TwitchyBehaviour() | 49 | public TwitchyBehaviour() |
50 | { | 50 | { |
51 | AbbreviatedName = "tw"; | 51 | AbbreviatedName = "tw"; |
52 | Name = "Twitchy"; | 52 | Name = "Twitchy"; |
53 | } | 53 | } |
54 | 54 | ||
55 | private const float TWITCH = 0.0001f; | 55 | private const float TWITCH = 0.0001f; |