Skip to content

Commit

Permalink
adjust TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightmare82 committed Nov 13, 2023
1 parent 3f3a9f0 commit 272286a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui-SFML.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ bool Init(sf::Window& window, const sf::Vector2f& displaySize, bool loadDefaultF
}

s_currWindowCtx->windowHasFocus = window.hasFocus();
// TODO : initialize windowIsHovered
// TODO : initialize s_currWindowCtx->windowIsHovered
return true;
}

Expand Down

0 comments on commit 272286a

Please sign in to comment.