X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=build.c;h=e769465c428149e70f9ec090e58f7f96eb8b78a7;hb=254d76308dc12891c65b8fb5d5edae7152164e9a;hp=596c698b4f2781db29764885e27e67adfe74fc5b;hpb=43dc3602effdf0af4f22ce78c0e76565c0be03e6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/build.c b/build.c index 596c698..e769465 100644 --- a/build.c +++ b/build.c @@ -269,7 +269,8 @@ void build_shaders(void){ _S( "model_font", "model_font.vs", "model_font.fs" ); /* Pointcloud */ - _S( "point_map", "cloud.vs", "cloud.fs" ); + //_S( "point_map", "cloud.vs", "cloud.fs" ); + _S( "particle", "particle.vs", "particle.fs" ); /* 2D */ _S( "blit", "blit.vs", "blit.fs" );