[jsb-adapter] 多纹理渲染 - 适配原生平台

This commit is contained in:
SmallMain
2022-06-25 00:44:28 +08:00
parent 1b236db58e
commit 9fca60746c
5 changed files with 29 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
let proto = cc.MotionStreak.__assembler__.prototype;
let proto = cc.MotionStreak.__assembler__.MotionStreakAssembler.prototype;
let _init = proto.init;
let _update = proto.update;
cc.js.mixin(proto, {