DrCelt
2016-09-14 04:41:15 -07:00
committed by Pieter-Jan Briers
parent 654a288fb8
commit c9d03bcc73
2 changed files with 4 additions and 3 deletions

View File

@@ -159,9 +159,9 @@ proc/getFlatIcon(atom/A, dir, cache=1, exact=0) // 1 = use cache, 2 = override c
// Set current dimensions of flattened icon
var/flatX1=1
var/flatX2=flat.Width()
var/flatX2=1
var/flatY1=1
var/flatY2=flat.Height()
var/flatY2=1
// Dimensions of overlay being added
var/addX1