rtx: increase entity light limit

This commit is contained in:
Ivan 'provod' Avdeev 2021-10-19 10:10:50 -07:00 committed by Ivan Avdeev
parent debf9bd2e6
commit c82cf03056
1 changed files with 1 additions and 3 deletions

View File

@ -270,9 +270,7 @@ typedef struct {
struct {
int num_lights;
vk_light_entity_t lights[64];
// TODO spot light entities
vk_light_entity_t lights[256];
} g_light_entities;
static void weirdGoldsrcLightScaling( vec3_t intensity ) {