js:compat es5,use context.sendNative to replace Proxy
This commit is contained in:
@@ -157,7 +157,7 @@ export abstract class Panel {
|
||||
}
|
||||
|
||||
private nativeRender(model: Model) {
|
||||
(this.context as any).callNative("shader", "render", model)
|
||||
this.context.callNative("shader", "render", model)
|
||||
}
|
||||
|
||||
private hookBeforeNativeCall() {
|
||||
|
||||
Reference in New Issue
Block a user