VideoCommon/NetPlayChatUI: Use nullptr where applicable

We gotsa type dedicated to this concept already :P
This commit is contained in:
Lioncash 2019-05-29 06:14:40 -04:00
parent 50a15b7484
commit 53b115b81e

View File

@ -106,7 +106,7 @@ void NetPlayChatUI::SendMessage()
void NetPlayChatUI::Activate()
{
if (ImGui::IsItemFocused())
ImGui::SetWindowFocus(NULL);
ImGui::SetWindowFocus(nullptr);
else
m_activate = true;
}