cosmetic
This commit is contained in:
10
bubulles.c
10
bubulles.c
@@ -122,15 +122,15 @@ int print_bublist_desc(BBList *bbl, int opts)
|
||||
{
|
||||
|
||||
fprintf(stderr, "------- bblist at %p\n", bbl);
|
||||
fprintf(stderr, "\tname \t'%s'\n", bbl->name);
|
||||
fprintf(stderr, "\tname\t\t'%s'\n", bbl->name);
|
||||
|
||||
fprintf(stderr, "\tsize\t%6d\n\tfidx\t%6d\n", bbl->size, bbl->fidx);
|
||||
fprintf(stderr, "\tsize/fidx\t%d %d\n", bbl->size, bbl->fidx);
|
||||
if (opts & 0x01) {
|
||||
fprintf(stderr, "\txyz\t%f %f %f\n",
|
||||
fprintf(stderr, "\txyz\t\t%f %f %f\n",
|
||||
bbl->position.x, bbl->position.y, bbl->position.z);
|
||||
}
|
||||
fprintf(stderr, "\tflags\t0x%08lX\n", bbl->flags);
|
||||
fprintf(stderr, "\tarray\t%p\n", bbl->bbs);
|
||||
fprintf(stderr, "\tflags\t\t0x%08lX\n", bbl->flags);
|
||||
fprintf(stderr, "\tarray@\t\t%p\n", bbl->bbs);
|
||||
|
||||
fflush(stderr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user