Only lexer-highlight what is shown in CS console (fix max vert overflow)

This commit is contained in:
Sinai
2021-05-10 21:07:27 +10:00
parent 4f50afdddc
commit 1d24af5666
7 changed files with 182 additions and 93 deletions

View File

@ -58,6 +58,7 @@ namespace UnityExplorer.UI
internal static readonly Color disabledButtonColor = new Color(0.25f, 0.25f, 0.25f);
public const int MAX_INPUTFIELD_CHARS = 16000;
public const int MAX_TEXT_VERTS = 65000;
public static UIPanel GetPanel(Panels panel)
{