Skip to content

Commit

Permalink
Fix access violation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Ojii committed May 11, 2024
1 parent 791d123 commit 6167233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ BOOL func_update(FILTER *fp, int status)
update_object_selection_window(boundingBox.x, boundingBox.y, boundingBox.x + boundingBox.width, boundingBox.y + boundingBox.height, fp);

// View Result
if (fp->track[2])
if (fp->check[2])
return TRUE;
}
return FALSE;
Expand Down

0 comments on commit 6167233

Please sign in to comment.