X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Froam.c;h=a3bc847f40a01dbabe957039f737def9f10c4741;hp=ef9eeb8d41ae311bc3f3b11d714a5cbff5103dd2;hb=d2fbd2408edd0a39253b2c30f98dcafefcef508f;hpb=e1c0182c49c7899345b6e0e3de5fd0eae69764df diff --git a/src/roam.c b/src/roam.c index ef9eeb8..a3bc847 100644 --- a/src/roam.c +++ b/src/roam.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -101,7 +101,7 @@ void roam_point_update_projection(RoamPoint *self, RoamSphere *sphere) static int count = 0; static int version = 0; if (version != sphere->view->version) { - g_debug("Projected %d points", count); + g_debug("RoamPoint: Projected %d points", count); count = 0; version = sphere->view->version; } @@ -675,6 +675,7 @@ void roam_sphere_free_tri(RoamTriangle *tri) } void roam_sphere_free(RoamSphere *self) { + g_debug("RoamSphere: free"); /* Slow method, but it should work */ while (self->polys > 8) roam_sphere_merge_one(self);