Skip to content
Extraits de code Groupes Projets
Valider be1237cb rédigé par RhiobeT's avatar RhiobeT Validation de odrling
Parcourir les fichiers

Remove outdated comment

parent fbcca085
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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(),
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter