mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-11 11:29:09 +01:00
-fixed pointers displayed of players who are not connected
to wiiflow (issue 69)
This commit is contained in:
parent
461e496e7b
commit
9c10b4c454
@ -10,6 +10,7 @@ void CMenu::SetupInput(bool reset_pos)
|
||||
{
|
||||
if(reset_pos)
|
||||
{
|
||||
m_show_pointer[chan] = false;
|
||||
stickPointer_x[chan] = (m_vid.width() + m_cursor[chan].width())/2;
|
||||
stickPointer_y[chan] = (m_vid.height() + m_cursor[chan].height())/2;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user