mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
Implement/match ViewManager ctor/dtor/structure (#614)
* Implement/match ViewManager constructor/structure * Add dtor
This commit is contained in:

committed by
GitHub

parent
c643723a9c
commit
05965f5357
@@ -14,6 +14,17 @@ float g_userMaxLod = 3.6f;
|
||||
// GLOBAL: LEGO1 0x1010104c
|
||||
float g_partsThreshold = 1000.0f;
|
||||
|
||||
// FUNCTION: LEGO1 0x100a5dc0
|
||||
RealtimeView::RealtimeView()
|
||||
{
|
||||
UpdateMaxLOD();
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100a5dd0
|
||||
RealtimeView::~RealtimeView()
|
||||
{
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100a5de0
|
||||
void RealtimeView::SetUserMaxLOD(float p_lod)
|
||||
{
|
||||
|
Reference in New Issue
Block a user