Skip to content

Commit

Permalink
A shadow name has been renamed.
Browse files Browse the repository at this point in the history
  • Loading branch information
gansm committed Jul 27, 2024
1 parent 10c4c78 commit 6045950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/parallax-scrolling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ struct restoreOverlaid : public fc::FVTerm
return;

bool overlaid{false};
const auto& window_list = *getWindowList();
const auto& win_list = *getWindowList();

for (const auto& window : window_list)
for (const auto& window : win_list)
{
const auto* win = static_cast<fc::FWidget*>(window);

Expand Down

0 comments on commit 6045950

Please sign in to comment.