Skip to content

Commit

Permalink
removed the debugbreak
Browse files Browse the repository at this point in the history
  • Loading branch information
Spuckwaffel committed Jul 20, 2024
1 parent d76c9fe commit 8229336
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions UEDumper/Engine/Core/Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1264,9 +1264,6 @@ void EngineCore::finishPackages()
{
auto& package = packages[i];

if (package.packageName == "AnimatedTexture")
DebugBreak();

for (const auto& struc : package.combinedStructsAndClasses)
{
for (const auto& var : struc->definedMembers)
Expand Down

0 comments on commit 8229336

Please sign in to comment.