Skip to content

Commit

Permalink
Remove unintended line
Browse files Browse the repository at this point in the history
  • Loading branch information
tederis committed Jan 25, 2025
1 parent 97bdf44 commit edca3b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Client/mods/deathmatch/logic/CClientRenderElementManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,5 @@ void CClientRenderElementManager::DoPulse()
}

for (CClientTexture* texture : deleteCandidates)
g_pClientGame->GetElementDeleter()->Delete(texture, true);

g_pClientGame->GetElementDeleter()->Delete(texture, true);
}

0 comments on commit edca3b9

Please sign in to comment.