Skip to content

Commit

Permalink
Merge pull request #124 from Scrabx3/dev
Browse files Browse the repository at this point in the history
remove assertion in pack/unpack.h
  • Loading branch information
powerof3 authored Aug 14, 2024
2 parents 96bb34e + 9fbf13a commit b76137b
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 b76137b

Please sign in to comment.