Skip to content

Commit

Permalink
Fix typo that placed padding outside the vertex list loop.
Browse files Browse the repository at this point in the history
  • Loading branch information
acolwell committed Oct 10, 2016
1 parent b1d00d5 commit 9bc4691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spherical-video-v2-rfc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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[];
}
```

Expand Down

0 comments on commit 9bc4691

Please sign in to comment.