mirror of
https://github.com/AllenSeitz/dance-maniax-update.git
synced 2026-09-11 11:36:03 -05:00
Added a screenshot feature to the main game loop.
This commit is contained in:
@@ -401,11 +401,6 @@ void mainGameplayLoop(UTIME dt)
|
||||
}
|
||||
}
|
||||
|
||||
if ( k == KEY_PRTSCR )
|
||||
{
|
||||
rm.screenshot();
|
||||
}
|
||||
|
||||
if ( k == KEY_F10 )
|
||||
{
|
||||
autoplay = !autoplay;
|
||||
|
||||
Reference in New Issue
Block a user