From 804df66af07f72b76e156832002df794141d5c7d Mon Sep 17 00:00:00 2001 From: Irlan <-> Date: Sun, 20 May 2018 07:48:34 -0300 Subject: [PATCH] add comment --- include/bounce/collision/shapes/grid_mesh.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/bounce/collision/shapes/grid_mesh.h b/include/bounce/collision/shapes/grid_mesh.h index 2dff629..4561277 100644 --- a/include/bounce/collision/shapes/grid_mesh.h +++ b/include/bounce/collision/shapes/grid_mesh.h @@ -21,6 +21,7 @@ #include +// A (H + 1) x (W + 1) grid mesh stored in row-major order. template struct b3GridMesh : public b3Mesh {