This repository was archived by the owner on Jan 24, 2023. It is now read-only.
File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2
2
/3rdparty /
3
3
/.build /
4
4
/obj
5
+ .idea /
Original file line number Diff line number Diff line change 4
4
<VRCPath Condition =" Exists('$(HOME)/.steam/steam/steamapps/common/VRChat')" >$(HOME)/.steam/steam/steamapps/common/VRChat</VRCPath >
5
5
<VRCPath Condition =" Exists('S:\Games\steamapps\common\VRChat')" >S:\Games\steamapps\common\VRChat</VRCPath >
6
6
<VRCPath Condition =" Exists('G:\SteamLibrary\steamapps\common\VRChat')" >G:\SteamLibrary\steamapps\common\VRChat</VRCPath >
7
+ <VRCPath Condition =" Exists('P:\SteamLibrary\steamapps\common\VRChat')" >P:\SteamLibrary\steamapps\common\VRChat</VRCPath >
7
8
</PropertyGroup >
8
9
9
10
<PropertyGroup Condition =" '$(MlPath)'==''" >
Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ public static void CloseQuickMenu(this UIManagerImpl uiManager)
117
117
. First ( method => method . Name . StartsWith ( "Method_Public_Virtual_Final_New_Void_" ) && XrefScanner . XrefScan ( method ) . Count ( ) == 2 ) ;
118
118
_closeQuickMenuMethod = typeof ( UIManagerImpl ) . GetMethods ( )
119
119
. First ( method => method . Name . StartsWith ( "Method_Public_Void_Boolean_" ) && XrefUtils . CheckUsedBy ( method , closeMenuMethod . Name ) ) ;
120
+ VRCUiCursorManager . field_Private_Static_VRCUiCursorManager_0 . field_Private_Boolean_6 = false ;
121
+ VRCUiCursorManager . field_Private_Static_VRCUiCursorManager_0 . field_Private_Boolean_0 = true ;
120
122
}
121
123
122
124
_closeQuickMenuMethod . Invoke ( uiManager , new object [ 1 ] { false } ) ;
You can’t perform that action at this time.
0 commit comments