mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2026-01-04 23:46:51 +07:00
Bug fix (At line 908 of file "FTMain.jsfl": ReferenceError: ft is not defined)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
ft_main = function (opts) {
|
||||
ft_main = function (external_ft, opts) {
|
||||
ft = external_ft;
|
||||
opts = opts || {};
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user