mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement ViewManager::FUN_100a66f0 (#648)
This commit is contained in:

committed by
GitHub

parent
4b0c6d1f5f
commit
a55b01d186
@@ -1,6 +1,8 @@
|
||||
#ifndef REALTIMEVIEW_H
|
||||
#define REALTIMEVIEW_H
|
||||
|
||||
extern float g_userMaxLodPower;
|
||||
|
||||
class RealtimeView {
|
||||
public:
|
||||
RealtimeView();
|
||||
@@ -11,6 +13,8 @@ public:
|
||||
static void SetPartsThreshold(float);
|
||||
static void UpdateMaxLOD();
|
||||
static void SetUserMaxLOD(float);
|
||||
|
||||
inline static float GetUserMaxLodPower() { return g_userMaxLodPower; }
|
||||
};
|
||||
|
||||
#endif // REALTIMEVIEW_H
|
||||
|
Reference in New Issue
Block a user