Browse Source

Platform: why is this protected when it's public elsewhere.

pull/300/head
Vladimír Vondruš 7 years ago
parent
commit
41859d8986
  1. 1
      src/Magnum/Platform/EmscriptenApplication.h

1
src/Magnum/Platform/EmscriptenApplication.h

@ -447,7 +447,6 @@ class EmscriptenApplication {
*/
Vector2 devicePixelRatio() const { return _devicePixelRatio; }
protected:
/**
* @brief Swap buffers
*

Loading…
Cancel
Save