ImGui: increase base64 key buf size

Make buffer size as large as that of the engine itself (used to represent the string in class CNetKey).
This commit is contained in:
Kawe Mazidjatari 2024-04-17 21:22:13 +02:00
parent 8ac582ee82
commit a54fec9e18

View File

@ -49,7 +49,7 @@ private:
bool m_queryGlobalBanList;
char m_serverTokenTextBuf[128];
char m_serverAddressTextBuf[128];
char m_serverNetKeyTextBuf[30];
char m_serverNetKeyTextBuf[45];
ID3D11ShaderResourceView* m_lockedIconShaderResource;
MODULERESOURCE m_lockedIconDataResource;