Added a screenshot feature to the main game loop.

This commit is contained in:
allenseitz
2014-09-09 13:05:58 +00:00
parent 81183cbe8e
commit 8c7e67905d

View File

@@ -401,11 +401,6 @@ void mainGameplayLoop(UTIME dt)
}
}
if ( k == KEY_PRTSCR )
{
rm.screenshot();
}
if ( k == KEY_F10 )
{
autoplay = !autoplay;