Mercurial > sdl-ios-xcode
comparison test/testgl2.c @ 2232:6630fefab312
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 12 Aug 2007 16:26:10 +0000 |
parents | bb67fd5ccfdb |
children | 91e601d9df8b |
comparison
equal
deleted
inserted
replaced
2231:a353684c7cc1 | 2232:6630fefab312 |
---|---|
298 if (now > then) { | 298 if (now > then) { |
299 printf("%2.2f frames per second\n", | 299 printf("%2.2f frames per second\n", |
300 ((double) frames * 1000) / (now - then)); | 300 ((double) frames * 1000) / (now - then)); |
301 } | 301 } |
302 quit(0); | 302 quit(0); |
303 return 0; | 303 return 0; |
304 } | 304 } |
305 | 305 |
306 #else /* HAVE_OPENGL */ | 306 #else /* HAVE_OPENGL */ |
307 | 307 |
308 int | 308 int |