alt-P -> ctrl-P

This commit is contained in:
Colin McMillen 2023-08-05 22:56:40 -04:00
parent e736d2db5f
commit d63bdb3265

View File

@ -518,7 +518,7 @@ public class Game : GameWindow {
photoIndex -= 5; photoIndex -= 5;
} }
if (input.IsKeyPressed(Keys.P) && altIsDown) { if (input.IsKeyPressed(Keys.P) && ctrlIsDown) {
ExportPhotos(); ExportPhotos();
} }