Removed testing hotkey that saves a screenshot of the sub
This commit is contained in:
@@ -1349,11 +1349,6 @@ namespace Barotrauma
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public override void Update(double deltaTime)
|
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);
|
if (tutorial != null) tutorial.Update((float)deltaTime);
|
||||||
|
|
||||||
hullVolumeFrame.Visible = MapEntity.SelectedList.Any(s => s is Hull);
|
hullVolumeFrame.Visible = MapEntity.SelectedList.Any(s => s is Hull);
|
||||||
|
|||||||
Reference in New Issue
Block a user