From 55055514102862ff54ac382801b08059ada7216b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 3 Feb 2022 19:02:32 +0100 Subject: [PATCH] doc: updated changelog. --- doc/changelog.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index fee61edcc..50e37c7db 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -591,9 +591,9 @@ See also: destroyed could fail with an error saying "cannot make the previous context current" on certain system. This was due to EGL not destroying the context if it's still made current. -- Fixed handling of @ref Sdl2Application::InputEvent::Modifier::Super, which - was misreported as @relativeref{Sdl2Application::InputEvent::Modifier,Alt} - (see [mosra/magnum#547](https://github.com/mosra/magnum/pull/547)) +- Fixed handling of @ref Platform::Sdl2Application::InputEvent::Modifier::Super, + which was misreported as @relativeref{Platform::Sdl2Application::InputEvent::Modifier,Alt} (see + [mosra/magnum#547](https://github.com/mosra/magnum/pull/547)) - For meshes with multiple sets of vertex attributes (such as texture coordinates), @ref MeshTools::compile() should be using only the first set but it wasn't.