mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
remove init of streamoverlay buffer
This commit is contained in:
parent
2e3b4205c0
commit
2d25c504fb
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user