From 0d8637447c2ab41a62739a7e0059d8fca1279207 Mon Sep 17 00:00:00 2001
From: Clemens Fehr <clemensfehr@gmx.de>
Date: Sat, 10 Aug 2024 09:36:26 +0200
Subject: [PATCH] typo in natvis name

---
 util/glm.natvis | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/glm.natvis b/util/glm.natvis
index 4db2418e..d10f26c7 100644
--- a/util/glm.natvis
+++ b/util/glm.natvis
@@ -403,7 +403,7 @@
     </Expand>
   </Type>
 
-  <Type Name="glm::mat&lt;3,2*,*&gt;">
+  <Type Name="glm::mat&lt;3,2,*,*&gt;">
     <DisplayString>[{value[0]} {value[1]} {value[2]}]</DisplayString>
     <Expand HideRawView="1">
       <!-- display matrix in row major order - it makes more sense -->