Removed testing hotkey that saves a screenshot of the sub

This commit is contained in:
Joonas Rikkonen
2018-01-24 12:25:00 +02:00
parent 2acaee3c6d
commit 788ae63b71

View File

@@ -1349,11 +1349,6 @@ namespace Barotrauma
/// </summary>
public override void Update(double deltaTime)
{
if (PlayerInput.KeyHit(Microsoft.Xna.Framework.Input.Keys.T))
{
SaveScreenShot(256, 128, "screenshottest.png");
}
if (tutorial != null) tutorial.Update((float)deltaTime);
hullVolumeFrame.Visible = MapEntity.SelectedList.Any(s => s is Hull);