Skip to content

Commit

Permalink
remove assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrabx3 committed Aug 12, 2024
1 parent 6998793 commit 9fbf13a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/RE/P/PackUnpackImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ namespace RE

auto array = a_src->GetArray();
if (!array) {
assert(false);
return container;
}

Expand Down

0 comments on commit 9fbf13a

Please sign in to comment.