mirror of
https://github.com/Thracky/GlosSI.git
synced 2024-11-03 09:40:18 +00:00
fix typo
This commit is contained in:
parent
c467e5aa9b
commit
8f4be5745c
@ -63,7 +63,7 @@ void TargetOverlay::overlayLoop()
|
||||
}
|
||||
|
||||
|
||||
while (window_v.isOpen() && run_)
|
||||
while (window_.isOpen() && run_)
|
||||
{
|
||||
sf::Event event{};
|
||||
while (window_.pollEvent(event))
|
||||
|
Loading…
Reference in New Issue
Block a user