Merge pull request #2741 from SafwatHalaby/mTarget2
Remove stray "return"
This commit is contained in:
commit
2214fdcede
@ -243,7 +243,6 @@ void cMonster::Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk)
|
||||
{
|
||||
m_Target = nullptr;
|
||||
m_EMState = IDLE;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user