Dont use icon on non-SDL macOS window (not implemented)

This commit is contained in:
2026-04-09 10:44:17 +02:00
parent ad90e39447
commit 60881a74c9
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -654,7 +654,7 @@ Window* Editor::CreateMainWindow()
PROFILE_MEM(Editor);
Window* window = Managed->GetMainWindow();
#if PLATFORM_LINUX || PLATFORM_MAC
#if PLATFORM_LINUX || (PLATFORM_MAC && PLATFORM_SDL)
// Set window icon
const String iconPath = Globals::BinariesFolder / TEXT("Logo.png");
if (FileSystem::FileExists(iconPath))