summaryrefslogtreecommitdiff
path: root/src/client/render/sidebyside.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/render/sidebyside.cpp')
-rw-r--r--src/client/render/sidebyside.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/render/sidebyside.cpp b/src/client/render/sidebyside.cpp
index 2af09ee33..d2c171794 100644
--- a/src/client/render/sidebyside.cpp
+++ b/src/client/render/sidebyside.cpp
@@ -23,8 +23,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "hud.h"
RenderingCoreSideBySide::RenderingCoreSideBySide(
- IrrlichtDevice *_device, Client *_client, Hud *_hud, bool _horizontal)
- : RenderingCoreStereo(_device, _client, _hud), horizontal(_horizontal)
+ IrrlichtDevice *_device, Client *_client, Hud *_hud, bool _horizontal)
+ : RenderingCoreStereo(_device, _client, _hud), horizontal(_horizontal)
{
}