From ae0aa306c6543177646a681c9d37d674beea0a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 2 Aug 2021 23:45:50 +0200 Subject: [PATCH] GL: clarify an assert. "Cannot draw multiple instanced meshes." is no better than "SOMETHING WENT WRONG PLEASE SHRED YOUR APPLE DEVICE." --- src/Magnum/GL/MeshView.cpp | 4 ++-- src/Magnum/GL/Test/MeshGLTest.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Magnum/GL/MeshView.cpp b/src/Magnum/GL/MeshView.cpp index 73717072f..98aa215ad 100644 --- a/src/Magnum/GL/MeshView.cpp +++ b/src/Magnum/GL/MeshView.cpp @@ -99,7 +99,7 @@ void MeshView::multiDrawImplementationDefault(Containers::ArrayView(mesh._indexOffset); @@ -156,7 +156,7 @@ void MeshView::multiDrawImplementationFallback(Containers::ArrayView