From 6b1e23620193087a904b184d12259a67fec21bb4 Mon Sep 17 00:00:00 2001 From: Raphael Hanneken Date: Sat, 1 Apr 2017 11:43:57 +0200 Subject: [PATCH] Revert "Fix generation of 2x scaled images" This reverts commit 54d8d511466e7e3e6cf045a8f355cf2938ff96ad. --- Icns Composer/MainWindowController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Icns Composer/MainWindowController.swift b/Icns Composer/MainWindowController.swift index 0ada2da..80251e8 100644 --- a/Icns Composer/MainWindowController.swift +++ b/Icns Composer/MainWindowController.swift @@ -96,7 +96,7 @@ class MainWindowController: NSWindowController, NSWindowDelegate { // Add the generated images to the iconset. if let filename1x = img?.filename, let filename2x = img2x?.filename { iconset[filename1x] = img - iconset[filename2x] = img + iconset[filename2x] = img2x } } }