mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoCarRaceActor::VTable0x6c
(#1085)
* Implement/match `LegoCarRaceActor::VTable0x6c` * Rename variable --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -110,6 +110,8 @@ public:
|
||||
return (*lods)[i];
|
||||
}
|
||||
int GetLODCount() const { return lods ? lods->Size() : 0; }
|
||||
|
||||
// FUNCTION: BETA10 0x10027110
|
||||
const CompoundObject* GetComp() const { return comp; }
|
||||
|
||||
unsigned char GetVisibility() { return m_visible; }
|
||||
|
Reference in New Issue
Block a user