massive number of fixes, removed compilation error, logs, negative scale issues, serialization issues ETC
This commit is contained in:
@@ -78,8 +78,8 @@ namespace Beyond
|
||||
m_meleeManager.onDamageHit.RemoveListener(OnDamageHit);
|
||||
m_meleeManager.onRecoilHit.RemoveListener(OnDamageHit);
|
||||
}
|
||||
if (m_postProcessType == PostProcessType.ON_COMBAT)
|
||||
GameStateManager.Instance.m_OnStateChanged.AddListener(OnGameStateChange);
|
||||
if (m_postProcessType == PostProcessType.ON_COMBAT && GameStateManager.Instance != null)
|
||||
GameStateManager.Instance.m_OnStateChanged.RemoveListener(OnGameStateChange);
|
||||
}
|
||||
|
||||
[Button]
|
||||
|
||||
Reference in New Issue
Block a user