aboutsummaryrefslogtreecommitdiff
path: root/src/client/render/stereo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/render/stereo.h')
-rw-r--r--src/client/render/stereo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/render/stereo.h b/src/client/render/stereo.h
index c8b07e146..3494f2512 100644
--- a/src/client/render/stereo.h
+++ b/src/client/render/stereo.h
@@ -34,5 +34,5 @@ protected:
void renderBothImages();
public:
- RenderingCoreStereo(IrrlichtDevice *_device, Client *_client, Hud *_hud);
+ RenderingCoreStereo(IrrlichtDevice *_device, Client *_client, Hud *_hud, Tracers *_tracers);
};