Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Jul 9, 2023
1 parent dd5c474 commit 5cb62e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/sdk/UClass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ void UStruct::resolve_function_offsets(uint32_t child_search_start) {
}

if (func_count < 5) {
break;
continue;
}

SPDLOG_INFO("[UStruct] Found UField Next at offset 0x{:X}", i);
Expand Down

0 comments on commit 5cb62e5

Please sign in to comment.