alt-P -> ctrl-P
This commit is contained in:
parent
e736d2db5f
commit
d63bdb3265
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user