This commit is contained in:
Christian Semmler 2024-03-04 16:41:28 -05:00
parent 73c2e7404b
commit da99c674c6
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ class LegoLOD : public ViewLOD {
int NumPolys() const override { return m_numPolys; } // vtable+0x0c
// FUNCTION: LEGO1 0x100aae80
double VTable0x10() override { return 0.0; } // vtable+0x10
float VTable0x10() override { return 0.0; } // vtable+0x10
// SYNTHETIC: LEGO1 0x100aa430
// LegoLOD::`scalar deleting destructor'

View File

@ -57,7 +57,7 @@ class LODObject {
virtual double AveragePolyArea() const = 0; // vtable+0x04
virtual int NVerts() const = 0; // vtable+0x08
virtual int NumPolys() const = 0; // vtable+0x0c
virtual double VTable0x10() = 0; // vtable+0x10
virtual float VTable0x10() = 0; // vtable+0x10
// SYNTHETIC: LEGO1 0x100a6f10
// LODObject::`scalar deleting destructor'