We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e375131 commit e1b3f14Copy full SHA for e1b3f14
scripts/ghidra/SyncBromaScript.java
@@ -758,11 +758,6 @@ private void handleImportMembers() throws Exception {
758
);
759
}
760
761
-
762
- // todo: Funky little hack to fix GameObject_data not fitting inside EndGameObject
763
- if (fullName.equals("GameObject") && offset > 0x26e) {
764
- break;
765
- }
766
767
768
// classDataMembers.setPackingEnabled(true);
0 commit comments