- save r_viewpoint as a whole when processing portals.

This commit is contained in:
Christoph Oelckers 2018-06-19 17:55:42 +02:00
commit 87dfa34f1f
8 changed files with 16 additions and 34 deletions

View file

@ -90,7 +90,6 @@ FGLRenderer::FGLRenderer(OpenGLFrameBuffer *fb)
mMirrorCount = 0;
mPlaneMirrorCount = 0;
mAngles = FRotator(0.f, 0.f, 0.f);
mViewVector = FVector2(0,0);
mVBO = nullptr;
mSkyVBO = nullptr;
mShaderManager = nullptr;