X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=inline;f=world_sfd.h;fp=world_sfd.h;h=29244e8c843caf70dfcb3ad73b3e60323b3a6035;hb=5e22cdfe9f6f83e807ce6456ab538d02104cd01d;hp=71e8a94afdb738937ffbbabb2bd9d7c6a0a99781;hpb=c33e4f46d864b2fde0c5938bf5a9388b1e8b5c04;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_sfd.h b/world_sfd.h index 71e8a94..29244e8 100644 --- a/world_sfd.h +++ b/world_sfd.h @@ -180,7 +180,7 @@ static void world_sfd_init(void) m4x3f identity; m4x3_identity( identity ); - for( int i=0;i<8;i++ ) + for( int i=4;i<6;i++ ) { u32 vert_start = sfd->mesh.vertex_count; scene_add_submesh( &sfd->mesh, mboard, card, identity );