Remove unused m_Lastupdate variable

This commit is contained in:
Robert Müller 2024-07-26 18:18:54 +02:00
parent f14f00da09
commit df0a9811d9
2 changed files with 0 additions and 2 deletions

View file

@ -12,7 +12,6 @@
CDamageInd::CDamageInd()
{
m_Lastupdate = 0;
m_NumItems = 0;
}

View file

@ -8,7 +8,6 @@
class CDamageInd : public CComponent
{
int64_t m_Lastupdate;
struct CItem
{
vec2 m_Pos;