Fixing some warnings (#6250)
Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Content.Client.Tabletop
|
||||
private float _timePassed; // Time passed since last update sent to the server.
|
||||
private EntityUid? _draggedEntity; // Entity being dragged
|
||||
private ScalingViewport? _viewport; // Viewport currently being used
|
||||
private SS14Window? _window; // Current open tabletop window (only allow one at a time)
|
||||
private DefaultWindow? _window; // Current open tabletop window (only allow one at a time)
|
||||
private EntityUid? _table; // The table entity of the currently open game session
|
||||
|
||||
public override void Initialize()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<SS14Window xmlns="https://spacestation14.io"
|
||||
<DefaultWindow xmlns="https://spacestation14.io"
|
||||
xmlns:viewport="clr-namespace:Content.Client.Viewport">
|
||||
<viewport:ScalingViewport Name="ScalingVp" MouseFilter="Stop" RenderScaleMode="CeilInt">
|
||||
<Button Name="FlipButton"
|
||||
@@ -8,4 +8,4 @@
|
||||
HorizontalAlignment="Right"
|
||||
VerticalAlignment="Top" />
|
||||
</viewport:ScalingViewport>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -8,7 +8,7 @@ using Robust.Shared.Maths;
|
||||
namespace Content.Client.Tabletop.UI
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class TabletopWindow : SS14Window
|
||||
public partial class TabletopWindow : DefaultWindow
|
||||
{
|
||||
public TabletopWindow(IEye? eye, Vector2i size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user