Browse Source

alt-P -> ctrl-P

main
Colin McMillen 10 months ago
parent
commit
d63bdb3265
  1. 2
      Program.cs

2
Program.cs

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

Loading…
Cancel
Save