mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-28 00:51:10 -04:00
playstation_mouse: Amend initial x value
Previously the last host y position was being written to twice, which seems like a typo.
This commit is contained in:
parent
840a80670f
commit
7a05f8402b
@ -11,7 +11,7 @@ Log_SetChannel(PlayStationMouse);
|
||||
|
||||
PlayStationMouse::PlayStationMouse(System* system) : m_system(system)
|
||||
{
|
||||
m_last_host_position_y = system->GetHostInterface()->GetDisplay()->GetMousePositionX();
|
||||
m_last_host_position_x = system->GetHostInterface()->GetDisplay()->GetMousePositionX();
|
||||
m_last_host_position_y = system->GetHostInterface()->GetDisplay()->GetMousePositionY();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user