1
0
mirror of https://github.com/Mauler125/r5sdk.git synced 2025-02-09 19:15:03 +01:00

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 5c3f06f192
commit cc248abc59

@ -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;