mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-15 06:58:37 +02:00
Removal of my terrible idea.
This commit is contained in:
@ -181,8 +181,7 @@ namespace ButtonManager
|
||||
|
||||
void DrawButtons()
|
||||
{
|
||||
for(auto it = m_buttons.begin(); it != m_buttons.end(); ++it)
|
||||
g_video_backend->Video_DrawTexture((*it)->GetTexture(), (*it)->GetCoords());
|
||||
// XXX: Make platform specific drawing
|
||||
}
|
||||
|
||||
// InputDevice
|
||||
|
Reference in New Issue
Block a user