Browse Source

Platform: properly initialize EmscriptenApplication cursor value.

Ugh, why there is always such stupid bugs in these things.
pull/168/head
Vladimír Vondruš 3 years ago
parent
commit
3f0df60417
  1. 2
      src/Magnum/Platform/EmscriptenApplication.h

2
src/Magnum/Platform/EmscriptenApplication.h

@ -906,7 +906,7 @@ class EmscriptenApplication {
Vector2i _lastKnownCanvasSize, _previousMouseMovePosition{-1};
Flags _flags;
Cursor _cursor;
Cursor _cursor = Cursor::Arrow;
bool _deprecatedTargetBehavior{};
Containers::String _canvasTarget;

Loading…
Cancel
Save