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
8912ceb30c
commit
1908efce96
@ -751,7 +751,7 @@ void CBrowser::UpdateHostingStatus(void)
|
||||
break;
|
||||
}
|
||||
|
||||
NetGameServer_t netGameServer
|
||||
const NetGameServer_t netGameServer
|
||||
{
|
||||
g_ServerListManager.m_Server.name,
|
||||
g_ServerListManager.m_Server.description,
|
||||
|
Loading…
x
Reference in New Issue
Block a user