Browse Source

Platform: doc++

pull/349/head
Vladimír Vondruš 7 years ago
parent
commit
4c6ebeeef4
  1. 5
      src/Magnum/Platform/EmscriptenApplication.cpp

5
src/Magnum/Platform/EmscriptenApplication.cpp

@ -565,9 +565,8 @@ void EmscriptenApplication::setupAnimationFrame(bool forceAnimationFrame) {
}
/* If redraw is requested, we will not cancel the already requested
animation frame.
If ForceAnimationFrame is set, we will request an animation frame
even if redraw is not requested. */
animation frame. If ForceAnimationFrame is set, we will request
an animation frame even if redraw is not requested. */
if((app._flags & Flag::Redraw) && !(app._flags & Flag::ExitRequested)) {
return true;
}

Loading…
Cancel
Save