We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1646652 commit ac48dabCopy full SHA for ac48dab
Assets/BossRoom/Scripts/Shared/Game/UI/UIStateDisplayHandler.cs
@@ -209,7 +209,7 @@ IEnumerator WaitToHideHealthBar()
209
210
void LateUpdate()
211
{
212
- if (m_UIStateActive)
+ if (m_UIStateActive && m_TransformToTrack)
213
214
// set world position with world offset added
215
m_WorldPos.Set(m_TransformToTrack.position.x,
0 commit comments