Unstable v0.1300.0.1
This commit is contained in:
@@ -35,7 +35,10 @@ namespace Barotrauma
|
||||
|
||||
public void CreatePreviewWindow(GUIComponent parent)
|
||||
{
|
||||
var content = new GUIFrame(new RectTransform(Vector2.One, parent.RectTransform), style: null);
|
||||
var content = new GUIButton(new RectTransform(Vector2.One, parent.RectTransform), style: null)
|
||||
{
|
||||
OnClicked = (btn, obj) => { SubmarinePreview.Create(this); return false; }
|
||||
};
|
||||
|
||||
if (PreviewImage == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user