Shouldn't poll an extra time since it messed up mouse handling.

This commit is contained in:
Themaister 2011-01-11 18:22:47 +01:00
parent 9e09b55e89
commit dda5745817

View File

@ -530,9 +530,6 @@ int main(int argc, char *argv[])
// Main loop
for(;;)
{
// Poll input.
driver.input->poll(driver.input_data);
// Time to drop?
if (driver.input->key_pressed(driver.input_data, SSNES_QUIT_KEY) ||
!driver.video->alive(driver.video_data))