File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
VideoOS/LuaViewSDK/src/cn/com/venvy/lua/plugin Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public class LVVideoPlugin {
2929
3030 public static void install (VenvyLVLibBinder venvyLVLibBinder , Platform platform ) {
3131 venvyLVLibBinder .set ("sdkVersion" , sSdkVersion == null ? sSdkVersion = new SdkVersion () : sSdkVersion );
32- venvyLVLibBinder .set ("isDev " , sIsDebug == null ? sIsDebug = new IsDebug () : sIsDebug );
32+ venvyLVLibBinder .set ("isDebug " , sIsDebug == null ? sIsDebug = new IsDebug () : sIsDebug );
3333 venvyLVLibBinder .set ("setDebug" , sChangeEnvironment == null ? sChangeEnvironment = new ChangeEnvironment () : sChangeEnvironment );
3434 venvyLVLibBinder .set ("getVideoSize" , new VideoSize (platform ));
3535 venvyLVLibBinder .set ("getVideoFrame" , new VideoFrame (platform ));
You can’t perform that action at this time.
0 commit comments