X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fbvh.h;fp=src%2Fbvh.h;h=9288fdb9e3475ffb974db6e684e263f5953840ba;hb=822cd054970ea5bc971c04eb2726333cccc5fb1a;hp=03bc7260ef7e7d30ba570f4f82f4c2ca96b7bcc8;hpb=68f8983b5a92709e92355c2d6e756890b4348319;p=cyberay diff --git a/src/bvh.h b/src/bvh.h index 03bc726..9288fdb 100644 --- a/src/bvh.h +++ b/src/bvh.h @@ -7,7 +7,7 @@ struct bvhnode { struct aabox aabb; int axis; - struct triangle *faces; + struct triangle **faces; int num_faces, max_faces; struct bvhnode *left, *right;