Skip to content

Commit

Permalink
removed release on menu change
Browse files Browse the repository at this point in the history
  • Loading branch information
lostjared committed Jan 16, 2020
1 parent 4cc56a6 commit ec905d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion Acid.Cam.v2.OSX/AC_Controller.mm
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ - (IBAction) changeFilter: (id) sender {
if(prev_index != current) {
prev_index = current;
ac::reset_filter = true;
ac::release_all_objects();
//ac::release_all_objects();
}

//NSMenuItem *item = [menu_items[index] itemAtIndex:current];
Expand Down

0 comments on commit ec905d3

Please sign in to comment.