mirror of
https://github.com/SDraw/ml_mods_cvr.git
synced 2026-05-04 17:27:00 +00:00
Fix for MelonLoader 0.7.1
This commit is contained in:
parent
f8fa7e60f9
commit
92fc568e16
12 changed files with 54 additions and 20 deletions
|
|
@ -9,8 +9,6 @@ namespace ml_vei
|
|||
{
|
||||
public override void OnInitializeMelon()
|
||||
{
|
||||
Settings.Init();
|
||||
|
||||
HarmonyInstance.Patch(
|
||||
typeof(CVRXRModule).GetMethod("Update_Gestures_Vive", BindingFlags.Instance | BindingFlags.NonPublic),
|
||||
null,
|
||||
|
|
@ -18,6 +16,11 @@ namespace ml_vei
|
|||
);
|
||||
}
|
||||
|
||||
public override void OnLateInitializeMelon()
|
||||
{
|
||||
Settings.Init();
|
||||
}
|
||||
|
||||
static void OnViveGesturesUpdate_Postfix(ref CVRXRModule __instance)
|
||||
{
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue