Decals: Increase decal init count to 128.

This commit is contained in:
Marco Cawthorne 2020-04-22 04:11:33 +02:00
parent eca4d0668c
commit 78a0f976ed
2 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@
*/
var int autocvar_r_drawdecals = TRUE;
var int autocvar_sp_decals = 32;
var int autocvar_mp_decals = 32;
var int autocvar_cl_decals = 32;
var int autocvar_sp_decals = 128;
var int autocvar_mp_decals = 128;
var int autocvar_cl_decals = 128;
#ifdef CLIENT
const string g_decal_shader = \