OpenXR - Invalid operation removed

This commit is contained in:
Lubos 2023-04-01 18:05:18 +02:00
parent a6bf49949d
commit 5addc77258

View File

@ -708,7 +708,6 @@ bool StartVRRender() {
float M[16];
XrQuaternionf_ToMatrix4f(&invView.orientation, M);
memcpy(&M, M, sizeof(float) * 16);
// Apply 6Dof head movement
if (!flatScreen && g_Config.bEnable6DoF && !g_Config.bHeadRotationEnabled && (g_Config.iCameraPitch == 0)) {