Bootstrap LegoLOD, implement/match ViewManager::FUN_100a66a0 (#625)

* Bootstrap LegoLOD, implement/match ViewManager::FUN_100a66a0

* Fixes

* Try fix

* Try this

* Fix
This commit is contained in:
Christian Semmler
2024-03-04 16:57:35 -05:00
committed by GitHub
parent b8aa16ff80
commit c9210c02fb
13 changed files with 169 additions and 41 deletions

View File

@@ -315,12 +315,12 @@ public:
Result SetTexture(const Texture*) override;
Result GetTexture(Texture*&) override;
Result SetMaterialMode(MaterialMode) override;
Result Add(const Mesh*) override;
Result Add(const Group*) override;
// vtable+0x20
Result Add(const Group*) override;
Result Remove(const Mesh*) override;
Result Add(const Mesh*) override;
Result Remove(const Group*) override;
Result Remove(const Mesh*) override;
Result RemoveAll() override;
// vtable+0x30