X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=build.c;h=60c1db65ab99615351f0e84ab0a8d4010b86c653;hb=4c673ebccdd6d12e2eb6c2804b79602da98ea8b1;hp=acace5887bfbb8584d96466a4bc36eb32e0d14ff;hpb=00d08b1e801d6b14fbfc07243271404cc7252e35;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/build.c b/build.c index acace58..60c1db6 100644 --- a/build.c +++ b/build.c @@ -178,6 +178,7 @@ void build_shaders(void) /* Scene */ _S( "scene_standard", "scene.vs", "scene_standard.fs" ); _S( "scene_standard_alphatest", "scene.vs", "scene_standard_alphatest.fs" ); + _S( "scene_fxglow", "scene.vs", "scene_fxglow.fs" ); _S( "scene_vertex_blend", "scene.vs", "scene_vertex_blend.fs" ); _S( "scene_terrain", "scene.vs", "scene_terrain.fs" ); _S( "scene_route", "scene.vs", "scene_route.fs" );