Skip to content

Commit

Permalink
Revert "Fix generation of 2x scaled images"
Browse files Browse the repository at this point in the history
This reverts commit 54d8d51.
  • Loading branch information
raphaelhanneken committed Apr 1, 2017
1 parent 29bc12b commit 6b1e236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Icns Composer/MainWindowController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}

0 comments on commit 6b1e236

Please sign in to comment.