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:
parent
8ac582ee82
commit
a54fec9e18
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user