summaryrefslogtreecommitdiff
path: root/examples/cube.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cube.c')
-rw-r--r--examples/cube.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/cube.c b/examples/cube.c
index f107e75..5dcd504 100644
--- a/examples/cube.c
+++ b/examples/cube.c
@@ -32,7 +32,8 @@ void draw() {
// if (!printed) {
// printf("\nTo Center:\n");
// for (int i = 0; i < 16; i += 4) {
- // printf("%f %f %f %f\n", to_center.data[i], to_center.data[i + 1], to_center.data[i + 2], to_center.data[i + 3]);
+ // printf("%f %f %f %f\n", to_center.data[i], to_center.data[i + 1], to_center.data[i + 2], to_center.data[i +
+ // 3]);
// }
// printed = true;
// }