internal void LateUpdate()
 {
     //if (_camCtrl != null) _camCtrl.LateUpdate();
     HudManager.UpdateNow(SystemTime.GetTime());
     GlobalLogger.Release();
 }