From f3beeea259a9dd7c50aa5b71ac3d363ad1dd2830 Mon Sep 17 00:00:00 2001 From: Cameron Reikes Date: Sun, 8 Jan 2023 13:26:00 -0800 Subject: [PATCH] Clarify --- types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.h b/types.h index 3594cc6..5d86132 100644 --- a/types.h +++ b/types.h @@ -256,7 +256,7 @@ typedef struct InputFrame bool dobuild; enum BoxType build_type; enum CompassRotation build_rotation; -} InputFrame; +} InputFrame; // the length of this is assumed to be constant typedef struct PlatonicDetection {