Unstable v0.19.3.0
This commit is contained in:
@@ -27,9 +27,10 @@ namespace Barotrauma
|
||||
|
||||
if (placePosition == Vector2.Zero)
|
||||
{
|
||||
if (PlayerInput.PrimaryMouseButtonClicked() && GUI.MouseOn == null)
|
||||
if (PlayerInput.PrimaryMouseButtonHeld() && GUI.MouseOn == null)
|
||||
{
|
||||
placePosition = Submarine.MouseToWorldGrid(cam, Submarine.MainSub);
|
||||
|
||||
}
|
||||
newRect.X = (int)position.X;
|
||||
newRect.Y = (int)position.Y;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user