Rename pad

This commit is contained in:
Christian Semmler 2023-12-28 12:34:35 -05:00
parent 4d14385d44
commit 2ef50a5b33
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ class Lego3DView {
TglImpl::ViewImpl* m_viewPort; // 0x10
undefined m_unk0x14[0x74]; // 0x14
ViewManager* m_viewManager; // 0x88
undefined m_unk0x8c[28]; // 0x8c
undefined m_unk0x8c[0x1c]; // 0x8c
};
// SYNTHETIC: LEGO1 0x100aaf10

View File

@ -80,7 +80,7 @@
}
</style>
<script>
var data = [{"address": "0x100ab370", "name": "Lego3DManager::Init", "matching": 0.965034965034965, "diff": ""}];
var data = [{"address": "0x100ab340", "name": "Lego3DManager::`scalar deleting destructor'", "matching": 1.0, "diff": ""}];
function diffCssClass(firstChar) {
return firstChar === '-' ? 'diffneg' : (firstChar === '+' ? 'diffpos' : '');