Commit 564fa11b authored by chili's avatar chili
Browse files

minor imgui window getio tweak

parent df1dfc1f
...@@ -183,7 +183,7 @@ LRESULT Window::HandleMsg( HWND hWnd,UINT msg,WPARAM wParam,LPARAM lParam ) noex ...@@ -183,7 +183,7 @@ LRESULT Window::HandleMsg( HWND hWnd,UINT msg,WPARAM wParam,LPARAM lParam ) noex
{ {
return true; return true;
} }
const auto imio = ImGui::GetIO(); const auto& imio = ImGui::GetIO();
switch( msg ) switch( msg )
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment