mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
ImGui: constify local variable
This commit is contained in:
parent
91c878c719
commit
ffdfb56c30
@ -751,7 +751,7 @@ void CBrowser::UpdateHostingStatus(void)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
NetGameServer_t netGameServer
|
const NetGameServer_t netGameServer
|
||||||
{
|
{
|
||||||
g_ServerListManager.m_Server.name,
|
g_ServerListManager.m_Server.name,
|
||||||
g_ServerListManager.m_Server.description,
|
g_ServerListManager.m_Server.description,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user