mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-04 13:35:42 -04:00
OpenGLHostDisplay: Fix incorrect top alignment
This commit is contained in:
parent
a7b85605e2
commit
d274c553c5
@ -493,7 +493,7 @@ void OpenGLHostDisplay::RenderDisplay()
|
||||
}
|
||||
#endif
|
||||
|
||||
RenderDisplay(left, top, width, height, m_display_texture_handle, m_display_texture_width, m_display_texture_height,
|
||||
RenderDisplay(left, GetWindowHeight() - top - height, width, height, m_display_texture_handle, m_display_texture_width, m_display_texture_height,
|
||||
m_display_texture_view_x, m_display_texture_view_y, m_display_texture_view_width,
|
||||
m_display_texture_view_height, m_display_linear_filtering);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user