mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoCommon/NetPlayChatUI: Use nullptr where applicable
We gotsa type dedicated to this concept already :P
This commit is contained in:
@ -106,7 +106,7 @@ void NetPlayChatUI::SendMessage()
|
|||||||
void NetPlayChatUI::Activate()
|
void NetPlayChatUI::Activate()
|
||||||
{
|
{
|
||||||
if (ImGui::IsItemFocused())
|
if (ImGui::IsItemFocused())
|
||||||
ImGui::SetWindowFocus(NULL);
|
ImGui::SetWindowFocus(nullptr);
|
||||||
else
|
else
|
||||||
m_activate = true;
|
m_activate = true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user