private void OnGUI() { try { mGuiManager.Draw(); } catch (System.Exception ex) { // Catch all here is to avoid browser crashes on exit if something becomes unstable. mLogger.Log(ex.ToString(), LogLevel.Error); } }
private void OnGUI() { mManager.Draw(); }