diff --git a/vr.cpp b/vr.cpp index 154fd671..0c4bb321 100644 --- a/vr.cpp +++ b/vr.cpp @@ -748,10 +748,11 @@ EX void render() { mu[i][j] = i!=j ? 0 : i==3 ? 1 : absolute_unit_in_meters; if(1) { + make_actual_view(); + shiftmatrix Tv = cview(); dynamicval tN(NLP, NLP); dynamicval tV(View, View); dynamicval tC(current_display->which_copy, current_display->which_copy); - shiftmatrix Tv = cview(); if(hsm == eHeadset::rotation_only) { transmatrix T = hmd_at;