little style fix

This commit is contained in:
2016-09-09 21:33:49 +07:00
parent 891c1790c3
commit 060594dc29

View File

@@ -1,7 +1,6 @@
using UnityEngine;
using UnityEditor;
using System;
using System.IO;
using System.Linq;
using System.Collections.Generic;
@@ -86,13 +85,20 @@ namespace FlashTools.Internal {
.ToArray();
}
//
//
//
//
//
//
void DrawGUISequences() {
SwfEditorUtils.DoWithEnabledGUI(false, () => {
var sequences_prop = SwfEditorUtils.GetPropertyByName(serializedObject, "Sequences");
var sequences_prop = SwfEditorUtils.GetPropertyByName(
serializedObject, "Sequences");
if ( sequences_prop.isArray ) {
SwfEditorUtils.DoWithMixedValue(
sequences_prop.hasMultipleDifferentValues, () => {