Skip to content
Snippets Groups Projects
Commit aa3655b7 authored by Oliver Bock's avatar Oliver Bock
Browse files

Minor comment update

parent f327579e
No related branches found
No related tags found
No related merge requests found
...@@ -173,7 +173,7 @@ void WindowManager::eventLoop() ...@@ -173,7 +173,7 @@ void WindowManager::eventLoop()
else if (event.type == SDL_USEREVENT && else if (event.type == SDL_USEREVENT &&
event.user.code == BOINCUpdateEvent) { event.user.code == BOINCUpdateEvent) {
// notify observers to fetch a BOINC update // notify observers (currently exactly one) to fetch a BOINC update
eventObservers.front()->refreshBOINCInformation(); eventObservers.front()->refreshBOINCInformation();
} }
else if (event.motion.state & (SDL_BUTTON(1) | SDL_BUTTON(3)) && else if (event.motion.state & (SDL_BUTTON(1) | SDL_BUTTON(3)) &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment