aboutsummaryrefslogtreecommitdiff
path: root/src/client/render/stereo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/render/stereo.cpp')
-rw-r--r--src/client/render/stereo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/render/stereo.cpp b/src/client/render/stereo.cpp
index 967b5a78f..0f54e166e 100644
--- a/src/client/render/stereo.cpp
+++ b/src/client/render/stereo.cpp
@@ -27,7 +27,7 @@ RenderingCoreStereo::RenderingCoreStereo(
IrrlichtDevice *_device, Client *_client, Hud *_hud)
: RenderingCore(_device, _client, _hud)
{
- eye_offset = BS * g_settings->getFloat("3d_paralax_strength");
+ eye_offset = BS * g_settings->getFloat("3d_paralax_strength", -0.087f, 0.087f);
}
void RenderingCoreStereo::beforeDraw()