From f20f6775003500a3afe1da45dc0b1ccf2b5aab7e Mon Sep 17 00:00:00 2001 From: puggles Date: Thu, 5 Aug 2004 01:12:13 +0000 Subject: [PATCH] Someone used C++ style comments in a C file... tisk tisk... git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@509 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/src/freeglut_teapot_data.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/freeglut/freeglut/src/freeglut_teapot_data.h b/freeglut/freeglut/src/freeglut_teapot_data.h index 2ba8bd1..eaee2b1 100644 --- a/freeglut/freeglut/src/freeglut_teapot_data.h +++ b/freeglut/freeglut/src/freeglut_teapot_data.h @@ -566,7 +566,7 @@ const float vertices[530][3] = { }; -// 530 normals +/* 530 normals */ const int numNormals = 530; const float normals[530][3] = { 0.0486f, -0.9986f, 0.0168f, @@ -1101,11 +1101,11 @@ const float normals[530][3] = { -0.623f, -0.5156f, -0.5881f }; -// 1 color -//255 255 0 +/* 1 color */ +/*255 255 0 */ -// 1024 faces -// numIdx fidx0 fidx1 fidx2 nidx0 nidx1 nidx2 coloridx +/* 1024 faces */ +/* numIdx fidx0 fidx1 fidx2 nidx0 nidx1 nidx2 coloridx */ const int numFaces = 1024; const int faces[1024][8] = {