managedlibs

This commit is contained in:
NotAKidoS 2023-04-25 15:27:21 -05:00
parent f25177043b
commit 31d199ec5a
2 changed files with 9 additions and 9 deletions

View file

@ -81,7 +81,7 @@ public static class FuckMetrics
try
{
cohtmlView.View.Advance(cohtmlView.m_UISystem?.Id ?? 0, (double)Time.unscaledTime * 1000.0);
cohtmlView.View.Advance(cohtmlView.CohtmlUISystem?.Id ?? 0, (double)Time.unscaledTime * 1000.0);
}
catch (Exception e)
{