mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
VideoCommon/NetPlayChatUI: Use nullptr where applicable
We gotsa type dedicated to this concept already :P
This commit is contained in:
parent
50a15b7484
commit
53b115b81e
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ void NetPlayChatUI::SendMessage()
|
|||
void NetPlayChatUI::Activate()
|
||||
{
|
||||
if (ImGui::IsItemFocused())
|
||||
ImGui::SetWindowFocus(NULL);
|
||||
ImGui::SetWindowFocus(nullptr);
|
||||
else
|
||||
m_activate = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue