Aleksoid1978 / VideoRenderer

Внешний видео-рендерер
GNU General Public License v3.0
1.04k stars 116 forks source link

Rotation "bug" #12

Closed adipose closed 4 years ago

adipose commented 4 years ago

In madVR, when changing rotation, it seems to redraw automatically. If MPCVR, it does not seem to. mpc-be code calls "MoveVideoWindow()" after for all renderers except madVR (states it is for EVRcp and Sync). In my testing, this was also required for MPCVR.

This is not a problem, but I wondered if it was intentional, or a "regression" compared to madVR.

Thanks!

Aleksoid1978 commented 4 years ago

call MoveVideoWindow() is need for MPCVR.

adipose commented 4 years ago

Again, thanks!