Direct editation of AS2 classes - methods do not require ActionDefineFunction2

This commit is contained in:
Jindra Petřík
2018-01-21 09:28:48 +01:00
parent 6c3b497798
commit d8fca459cb

View File

@@ -12,7 +12,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library.
* License along with this library.
*/
package com.jpexs.decompiler.flash.action.model;
import com.jpexs.decompiler.flash.IdentifiersDeobfuscation;
@@ -303,7 +304,7 @@ public class FunctionActionItem extends ActionItem {
needsFun2 = true;
}
if (localData.inMethod) {
if (localData.inMethod) {
//needsFun2 = true;
}
if (localData.inFunction > 1) {
needsFun2 = true;