mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
View Distance - Update view distance on video options changes (#7824)
This commit is contained in:
parent
7bc28768da
commit
7446ca1655
@ -16,3 +16,9 @@ class Extended_PostInit_EventHandlers {
|
|||||||
clientInit = QUOTE(call COMPILE_FILE(XEH_clientInit));
|
clientInit = QUOTE(call COMPILE_FILE(XEH_clientInit));
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class Extended_DisplayUnload_EventHandlers {
|
||||||
|
class RscDisplayOptionsVideo {
|
||||||
|
ADDON = QUOTE([false] call FUNC(adaptViewDistance));
|
||||||
|
};
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user