diff options
author | Jeff Ames | 2009-03-01 09:15:31 +0000 |
---|---|---|
committer | Jeff Ames | 2009-03-01 09:15:31 +0000 |
commit | 808e4a847ab699eb3f82cf8bb5de9e4688512426 (patch) | |
tree | 2d0eb4827c79a83c304c43dac98a08ea13095f6f /OpenSim/Tools/pCampBot/PhysicsBot.cs | |
parent | Added check so Util.ReadSettingsFromIniFile doesn't try to set static fields. (diff) | |
download | opensim-SC_OLD-808e4a847ab699eb3f82cf8bb5de9e4688512426.zip opensim-SC_OLD-808e4a847ab699eb3f82cf8bb5de9e4688512426.tar.gz opensim-SC_OLD-808e4a847ab699eb3f82cf8bb5de9e4688512426.tar.bz2 opensim-SC_OLD-808e4a847ab699eb3f82cf8bb5de9e4688512426.tar.xz |
Update svn properties, add copyright headers, minor formatting cleanup.
Diffstat (limited to 'OpenSim/Tools/pCampBot/PhysicsBot.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/PhysicsBot.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/PhysicsBot.cs b/OpenSim/Tools/pCampBot/PhysicsBot.cs index 0ded0c0..004cd30 100644 --- a/OpenSim/Tools/pCampBot/PhysicsBot.cs +++ b/OpenSim/Tools/pCampBot/PhysicsBot.cs | |||
@@ -77,7 +77,7 @@ namespace pCampBot | |||
77 | 77 | ||
78 | void m_action_Elapsed(object sender, ElapsedEventArgs e) | 78 | void m_action_Elapsed(object sender, ElapsedEventArgs e) |
79 | { | 79 | { |
80 | while(true) | 80 | while (true) |
81 | { | 81 | { |
82 | //client.Appearance.ForceRebakeAvatarTextures(); | 82 | //client.Appearance.ForceRebakeAvatarTextures(); |
83 | //client.Appearance.SetPreviousAppearance(); | 83 | //client.Appearance.SetPreviousAppearance(); |