Fixed C4596 compiler warning

This commit is contained in:
klechenov
2023-11-06 16:50:11 +01:00
parent dacbaf2bea
commit 9c616d4a61
@@ -55,7 +55,7 @@ public:
virtual int32 OnPaint(const FPaintArgs& Args, const FGeometry& AllottedGeometry, const FSlateRect& MyClippingRect, FSlateWindowElementList& OutDrawElements, int32 LayerId, const FWidgetStyle& WidgetStyle, bool bParentEnabled) const override;
virtual FVector2D ComputeDesiredSize(float Scale) const override;
ULocalPlayer* SCogImguiWidget::GetLocalPlayer() const;
ULocalPlayer* GetLocalPlayer() const;
float GetDpiScale() const { return DpiScale; }