mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2025-12-15 04:25:27 +07:00
fix cs6 export problem
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------
|
||||
-- Version 1.3.4 --
|
||||
-------------------
|
||||
|
||||
Fix CS6 export problem
|
||||
|
||||
-------------------
|
||||
-- Version 1.3.3 --
|
||||
-------------------
|
||||
|
||||
@@ -685,7 +685,7 @@
|
||||
ft.array_foreach(layer.frames, function (frame, frame_index) {
|
||||
ft.array_foreach(frame.elements, function (elem) {
|
||||
var elem_filters = elem.filters;
|
||||
if (Array.isArray(elem_filters)) {
|
||||
if (elem_filters && elem_filters !== undefined) {
|
||||
ft.array_foreach(elem_filters, function (elem_filter, filter_index) {
|
||||
elem_filter.blurX *= scale;
|
||||
elem_filter.blurY *= scale;
|
||||
|
||||
Reference in New Issue
Block a user