diff options
author | Justin Clark-Casey (justincc) | 2009-11-04 19:44:28 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-11-04 19:44:28 +0000 |
commit | 9dd5d63495cac6717057b47f3ac9ef89685281cc (patch) | |
tree | 4d60bad02c69707afbb73f93b87bc5c47694b236 /OpenSim/Region/Framework/Scenes/Scene.cs | |
parent | Add an overload to OutPacket as per jhurliman. Switch hacky workaround (diff) | |
download | opensim-SC-9dd5d63495cac6717057b47f3ac9ef89685281cc.zip opensim-SC-9dd5d63495cac6717057b47f3ac9ef89685281cc.tar.gz opensim-SC-9dd5d63495cac6717057b47f3ac9ef89685281cc.tar.bz2 opensim-SC-9dd5d63495cac6717057b47f3ac9ef89685281cc.tar.xz |
minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index a6ee40a..093ca3e 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -1043,7 +1043,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1043 | TimeSpan SinceLastFrame = DateTime.UtcNow - m_lastupdate; | 1043 | TimeSpan SinceLastFrame = DateTime.UtcNow - m_lastupdate; |
1044 | physicsFPS = 0f; | 1044 | physicsFPS = 0f; |
1045 | 1045 | ||
1046 | maintc = maintc = otherMS = Environment.TickCount; | 1046 | maintc = otherMS = Environment.TickCount; |
1047 | int tmpFrameMS = maintc; | 1047 | int tmpFrameMS = maintc; |
1048 | 1048 | ||
1049 | // Increment the frame counter | 1049 | // Increment the frame counter |