mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
Don't disable CohtmlView, only enable it.
Fixed hitching & potential crash when opening menu after a long time of it being closed. Misread the source code when remaking the method, so I assumed the CohtmlView was disabled when closing menu.
This commit is contained in:
parent
10f5fa49d7
commit
7cc8dfc6e5
3 changed files with 6 additions and 6 deletions
|
@ -25,6 +25,6 @@ using System.Reflection;
|
|||
namespace NAK.Melons.MenuScalePatch.Properties;
|
||||
internal static class AssemblyInfoParams
|
||||
{
|
||||
public const string Version = "4.2.1";
|
||||
public const string Version = "4.2.2";
|
||||
public const string Author = "NotAKidoS";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue