From 911286b60a72b9d4998dbc59a448688a5b59ebb1 Mon Sep 17 00:00:00 2001 From: Jeremy Wentworth Date: Sat, 9 Dec 2017 12:36:48 -0500 Subject: [PATCH] clarified comment about sizes (#510) * Update app.hpp * Update app.hpp --- include/app.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/app.hpp b/include/app.hpp index 9cea300e..dc199964 100644 --- a/include/app.hpp +++ b/include/app.hpp @@ -20,7 +20,7 @@ struct SVGPanel; // module //////////////////// -// A 1U module should be 15x380. Thus the width of a module should be a factor of 15. +// A 1HPx3U module should be 15x380. Thus the width of a module should be a factor of 15. #define RACK_GRID_WIDTH 15 #define RACK_GRID_HEIGHT 380 static const Vec RACK_GRID_SIZE = Vec(15, 380);