Added missing override

This commit is contained in:
Simon Lübeß
2026-08-16 22:26:42 +02:00
parent 7b82e738eb
commit 6a60fae5d5
2 changed files with 2 additions and 2 deletions
@@ -251,7 +251,7 @@ namespace GlitchyEngine
[CLink]
static extern IntBool IsWindowUnicode(HWND whnd);
public Result<void> SetIcon(StringView filePath)
public override Result<void> SetIcon(StringView filePath)
{
HICON hIcon = LoadImageW(0, filePath.ToScopedNativeWChar!(), .Icon, 0, 0, .LoadFromFile);
if (hIcon == 0)