summaryrefslogtreecommitdiff
path: root/src/environment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/environment.cpp')
-rw-r--r--src/environment.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/environment.cpp b/src/environment.cpp
index b3055ca6f..2b781126b 100644
--- a/src/environment.cpp
+++ b/src/environment.cpp
@@ -438,7 +438,7 @@ void ServerEnvironment::step(float dtime)
bool footprints = g_settings.getBool("footprints");
{
- //TimeTaker timer("Server m_map->timerUpdate()", g_device);
+ //TimeTaker timer("Server m_map->timerUpdate()");
m_map->timerUpdate(dtime);
}
@@ -1027,7 +1027,7 @@ void ClientEnvironment::step(float dtime)
bool footprints = g_settings.getBool("footprints");
{
- //TimeTaker timer("Client m_map->timerUpdate()", g_device);
+ //TimeTaker timer("Client m_map->timerUpdate()");
m_map->timerUpdate(dtime);
}