aboutsummaryrefslogtreecommitdiff
path: root/src/client/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/game.cpp')
-rw-r--r--src/client/game.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/game.cpp b/src/client/game.cpp
index b877ba04a..1290534eb 100644
--- a/src/client/game.cpp
+++ b/src/client/game.cpp
@@ -907,7 +907,10 @@ private:
bool m_does_lost_focus_pause_game = false;
+#if IRRLICHT_VERSION_MT_REVISION < 5
int m_reset_HW_buffer_counter = 0;
+#endif
+
#ifdef HAVE_TOUCHSCREENGUI
bool m_cache_hold_aux1;
#endif
@@ -3990,6 +3993,7 @@ void Game::updateFrame(ProfilerGraph *graph, RunStats *stats, f32 dtime,
/*
==================== End scene ====================
*/
+#if IRRLICHT_VERSION_MT_REVISION < 5
if (++m_reset_HW_buffer_counter > 500) {
/*
Periodically remove all mesh HW buffers.
@@ -4011,6 +4015,7 @@ void Game::updateFrame(ProfilerGraph *graph, RunStats *stats, f32 dtime,
driver->removeAllHardwareBuffers();
m_reset_HW_buffer_counter = 0;
}
+#endif
driver->endScene();