Skip to content

Commit

Permalink
update 2.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
EnoxSoftware committed Oct 30, 2023
1 parent 0aee619 commit 9bcca52
Show file tree
Hide file tree
Showing 103 changed files with 7,866 additions and 8,187 deletions.
2 changes: 1 addition & 1 deletion Assets/OpenCVForUnity/EnoxSoftware.OpenCVForUnity.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#if !(PLATFORM_LUMIN && !UNITY_EDITOR)

using OpenCVForUnity.CoreModule;
using OpenCVForUnity.ImgprocModule;
using OpenCVForUnity.UnityUtils;
Expand Down Expand Up @@ -184,6 +182,4 @@ public void OnChangeCameraButtonClick()
webCamTextureToMatHelper.requestedIsFrontFacing = !webCamTextureToMatHelper.requestedIsFrontFacing;
}
}
}

#endif
}
Loading

0 comments on commit 9bcca52

Please sign in to comment.