Navigation Menu

Skip to content

Commit

Permalink
stack overflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-10 committed Jan 24, 2019
1 parent 59675be commit dd978d5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Scripts/Items/Functional/BaseDecayingItem.cs
Expand Up @@ -19,12 +19,6 @@ public int TimeLeft
{
m_Lifespan = value;

if (m_Lifespan > 0)
{
StopTimer();
StartTimer();
}

InvalidateProperties();
}
}
Expand Down

0 comments on commit dd978d5

Please sign in to comment.