Skip to content

Commit

Permalink
Const lint
Browse files Browse the repository at this point in the history
  • Loading branch information
doanamo committed Jan 22, 2025
1 parent 92068b0 commit 87671cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/Platform/Window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void Platform::Window::OnCloseEvent()
Close();
}

void Platform::Window::OnResizeEvent(u32 width, u32 height)
void Platform::Window::OnResizeEvent(const u32 width, const u32 height)
{
if(m_width == width && m_height == height)
return;
Expand Down

0 comments on commit 87671cb

Please sign in to comment.