diff options
author | John Hurliman | 2009-09-30 17:51:34 -0700 |
---|---|---|
committer | John Hurliman | 2009-09-30 17:51:34 -0700 |
commit | cb26878f96adf99235709e1460474513d2e38f36 (patch) | |
tree | ba23794b2c24f7c27bd3d1ed878f84d43292d7ee /OpenSim/Region/Framework/Scenes/EntityBase.cs | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
parent | Formatting cleanup. (diff) | |
download | opensim-SC-cb26878f96adf99235709e1460474513d2e38f36.zip opensim-SC-cb26878f96adf99235709e1460474513d2e38f36.tar.gz opensim-SC-cb26878f96adf99235709e1460474513d2e38f36.tar.bz2 opensim-SC-cb26878f96adf99235709e1460474513d2e38f36.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/EntityBase.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/EntityBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/EntityBase.cs b/OpenSim/Region/Framework/Scenes/EntityBase.cs index 3ef4144..27a0785 100644 --- a/OpenSim/Region/Framework/Scenes/EntityBase.cs +++ b/OpenSim/Region/Framework/Scenes/EntityBase.cs | |||
@@ -134,7 +134,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
134 | public abstract void UpdateMovement(); | 134 | public abstract void UpdateMovement(); |
135 | 135 | ||
136 | /// <summary> | 136 | /// <summary> |
137 | /// Performs any updates that need to be done at each frame, as opposed to immediately. | 137 | /// Performs any updates that need to be done at each frame, as opposed to immediately. |
138 | /// These included scheduled updates and updates that occur due to physics processing. | 138 | /// These included scheduled updates and updates that occur due to physics processing. |
139 | /// </summary> | 139 | /// </summary> |
140 | public abstract void Update(); | 140 | public abstract void Update(); |