mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Fix
This commit is contained in:
parent
73c2e7404b
commit
da99c674c6
@ -23,7 +23,7 @@ class LegoLOD : public ViewLOD {
|
|||||||
int NumPolys() const override { return m_numPolys; } // vtable+0x0c
|
int NumPolys() const override { return m_numPolys; } // vtable+0x0c
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100aae80
|
// FUNCTION: LEGO1 0x100aae80
|
||||||
double VTable0x10() override { return 0.0; } // vtable+0x10
|
float VTable0x10() override { return 0.0; } // vtable+0x10
|
||||||
|
|
||||||
// SYNTHETIC: LEGO1 0x100aa430
|
// SYNTHETIC: LEGO1 0x100aa430
|
||||||
// LegoLOD::`scalar deleting destructor'
|
// LegoLOD::`scalar deleting destructor'
|
||||||
|
|||||||
@ -57,7 +57,7 @@ class LODObject {
|
|||||||
virtual double AveragePolyArea() const = 0; // vtable+0x04
|
virtual double AveragePolyArea() const = 0; // vtable+0x04
|
||||||
virtual int NVerts() const = 0; // vtable+0x08
|
virtual int NVerts() const = 0; // vtable+0x08
|
||||||
virtual int NumPolys() const = 0; // vtable+0x0c
|
virtual int NumPolys() const = 0; // vtable+0x0c
|
||||||
virtual double VTable0x10() = 0; // vtable+0x10
|
virtual float VTable0x10() = 0; // vtable+0x10
|
||||||
|
|
||||||
// SYNTHETIC: LEGO1 0x100a6f10
|
// SYNTHETIC: LEGO1 0x100a6f10
|
||||||
// LODObject::`scalar deleting destructor'
|
// LODObject::`scalar deleting destructor'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user