]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.c
Implemented r_sky_scissor feature (on by default) - this limits rendering of sky...
[xonotic/darkplaces.git] / model_brush.c
index ac1a9888eda9f0471d23908aa86bb944234181ca..2d465af65a9f5e42252e63e085c6be1e2e00af9f 100644 (file)
@@ -7899,6 +7899,7 @@ static void Mod_Q3BSP_Load(dp_model_t *mod, void *buffer, void *bufferend)
        mod->brush.isbsp2 = false;
        mod->brush.isq2bsp = false;
        mod->brush.isq3bsp = true;
+       mod->brush.skymasking = true;
        mod->numframes = 2; // although alternate textures are not supported it is annoying to complain about no such frame 1
        mod->numskins = 1;