Browse Source

Fixed unity build.

pull/703/head
Canming Huang 4 years ago
parent
commit
1f8fd3ef48
  1. 1
      Emgu.CV.Models/Dnn/WeChatQRCodeDetector.cs

1
Emgu.CV.Models/Dnn/WeChatQRCodeDetector.cs

@ -39,7 +39,6 @@ namespace Emgu.CV.Models
/// <returns>Asyn task</returns>
#if UNITY_EDITOR || UNITY_IOS || UNITY_ANDROID || UNITY_STANDALONE || UNITY_WEBGL
public IEnumerator Init(
YoloVersion version = YoloVersion.YoloV3,
System.Net.DownloadProgressChangedEventHandler onDownloadProgressChanged = null)
#else
public async Task Init(

Loading…
Cancel
Save