Skip to content

Commit

Permalink
Fixed Superres compilation for Unity.
Browse files Browse the repository at this point in the history
  • Loading branch information
emgucv committed Jul 19, 2023
1 parent 3ddc496 commit 77d0a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emgu.CV.Models/Dnn/Superres.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public bool Initialized
/// <returns>Asyn task</returns>
#if UNITY_EDITOR || UNITY_IOS || UNITY_ANDROID || UNITY_STANDALONE || UNITY_WEBGL
public IEnumerator Init(
SuperresVersion version = SuperresVersion.EdsrX4,,
SuperresVersion version = SuperresVersion.EdsrX4,
FileDownloadManager.DownloadProgressChangedEventHandler onDownloadProgressChanged = null)
#else
public async Task Init(
Expand Down

0 comments on commit 77d0a94

Please sign in to comment.