]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - clvm_cmds.c
new decal system (cl_decals_newsystem 1 to activate)
[xonotic/darkplaces.git] / clvm_cmds.c
index fc0ad58546b7577db59a85e59cb0674d8f31f2e8..d509e74cf51171bd6f206e3a9156c492a1438b6d 100644 (file)
@@ -1479,6 +1479,7 @@ static void VM_CL_makestatic (void)
                if (staticent->render.effects & EF_DOUBLESIDED)
                        staticent->render.flags |= RENDER_DOUBLESIDED;
 
+               staticent->render.allowdecals = true;
                CL_UpdateRenderEntity(&staticent->render);
        }
        else