Remove outdated comment

This commit is contained in:
RhiobeT 2020-11-24 19:36:31 +01:00 committed by odrling
parent fbcca085c3
commit be1237cbb5
1 changed files with 0 additions and 2 deletions

View File

@ -190,8 +190,6 @@ void VideoDisplay::Render() try {
if (!viewport_height || !viewport_width)
PositionVideo();
// Note: Right now, GetContentScaleFactor() always returns 1
// This should change with wxWidgets 3.2, and thus fix HiDPI scaling issues
videoOut->Render(viewport_left, viewport_bottom, viewport_width * GetContentScaleFactor(),
viewport_height * GetContentScaleFactor());
E(glViewport(0, std::min(viewport_bottom, 0), videoSize.GetWidth() * GetContentScaleFactor(),