remove init of streamoverlay buffer

This commit is contained in:
rexx 2022-07-21 17:07:20 +01:00
parent 2e3b4205c0
commit 2d25c504fb

View File

@ -218,7 +218,7 @@ void CLogSystem::DrawCrosshairMaterial(void) const
void CLogSystem::DrawStreamOverlay(void) const
{
char buf[4096]{};
char buf[4096];
GetStreamOverlay(stream_overlay_mode->GetString(), buf, sizeof(buf));