mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 08:02:23 -07:00
Fixed C4596 compiler warning
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user