From 9bc4691f748a553a06b4b297f05ec2a62e53da1b Mon Sep 17 00:00:00 2001 From: Aaron Colwell Date: Mon, 10 Oct 2016 07:54:56 -0700 Subject: [PATCH] Fix typo that placed padding outside the vertex list loop. --- docs/spherical-video-v2-rfc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spherical-video-v2-rfc.md b/docs/spherical-video-v2-rfc.md index 48fb91a..0298cf6 100644 --- a/docs/spherical-video-v2-rfc.md +++ b/docs/spherical-video-v2-rfc.md @@ -336,8 +336,8 @@ aligned(8) class Mesh Box(‘mesh’) { for (j = 0; j < index_count; j++) { unsigned int(vcsb) index_as_delta; } + const unsigned int(1) padding[]; } - const unsigned int(1) padding[]; } ```