mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Closes #11870   http://puu.sh/raINx/8ca8349c86.png
This commit is contained in:
committed by
Pieter-Jan Briers
parent
654a288fb8
commit
c9d03bcc73
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user