From 272286a16fe34abaf5fc8ae5ee6700b285adbd77 Mon Sep 17 00:00:00 2001 From: Martin Mais Date: Mon, 13 Nov 2023 23:39:30 +0100 Subject: [PATCH] adjust TODO --- imgui-SFML.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui-SFML.cpp b/imgui-SFML.cpp index b9690d1..9574474 100644 --- a/imgui-SFML.cpp +++ b/imgui-SFML.cpp @@ -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; }