mirror of https://github.com/axmolengine/axmol.git
Merge pull request #14733 from xiaofeng11/v3.10
Update h5 sub-module ref
This commit is contained in:
commit
2ee5c88f9a
|
@ -233,6 +233,6 @@
|
|||
});
|
||||
});
|
||||
|
||||
load.registerParser("action", "*", parser);
|
||||
load.registerParser("action", "1.*", parser);
|
||||
|
||||
})(ccs._load, ccs._parser);
|
||||
|
|
|
@ -310,6 +310,6 @@
|
|||
});
|
||||
});
|
||||
|
||||
load.registerParser("action", "2.*", parser);
|
||||
load.registerParser("action", "*", parser);
|
||||
|
||||
})(ccs._load, ccs._parser);
|
||||
|
|
2
web
2
web
|
@ -1 +1 @@
|
|||
Subproject commit 1fb1d53dee1893dbec0012f1bbdad957e25c355a
|
||||
Subproject commit f91d7a39e72c271e6e87ea269e2428c00f3c07cc
|
Loading…
Reference in New Issue