Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Rambalac/GMaster
Browse files Browse the repository at this point in the history
  • Loading branch information
Rambalac committed Apr 5, 2017
2 parents e5e3e53 + a7eb9b6 commit 79626c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GMaster/Camera/OffframeProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ private static string FindClosest(IReadOnlyDictionary<int, string> dict, int val

private static FocusPoint GetPointZoom(Slice slice)
{
var t = slice[45];
if (t == 0x41 || t == 0x01)
var t = slice[47];
if (t > 0)
{
return new FocusPoint
{
Expand Down

0 comments on commit 79626c5

Please sign in to comment.