2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-03 09:40:18 +00:00
This commit is contained in:
Peter Repukat 2018-03-11 23:32:34 +01:00
parent c467e5aa9b
commit 8f4be5745c

View File

@ -63,7 +63,7 @@ void TargetOverlay::overlayLoop()
}
while (window_v.isOpen() && run_)
while (window_.isOpen() && run_)
{
sf::Event event{};
while (window_.pollEvent(event))