(977fc6511) Allow panning the campaign map with LMB (otherwise it can't be panned with a touchpad)

This commit is contained in:
Joonas Rikkonen
2019-05-06 14:13:03 +03:00
parent 342a150855
commit 47d7bd8f14
4 changed files with 253 additions and 32 deletions
@@ -236,6 +236,8 @@ namespace Barotrauma
private GUILayoutGroup subPreviewContainer;
private GUILayoutGroup subPreviewContainer;
private GUIButton loadGameButton;
public Action<Submarine, string, string> StartNewGame;