Files
GTASource/game/vfx/decals/DecalProcessSmashGroup.job

14 lines
441 B
Plaintext
Raw Normal View History

2025-02-23 17:40:52 +08:00
//
// vfx/decals/DecalProcessSmashGroup.job
//
// Copyright (C) 2013-2013 Rockstar Games. All Rights Reserved.
//
#define DECAL_MANAGER_ENABLE_PROCESSBOUND 0
#define DECAL_MANAGER_ENABLE_PROCESSBREAKABLEGLASS 0
#define DECAL_MANAGER_ENABLE_PROCESSDRAWABLESNONSKINNED 0
#define DECAL_MANAGER_ENABLE_PROCESSDRAWABLESSKINNED 0
#define DECAL_MANAGER_ENABLE_PROCESSSMASHGROUP 1
#include "DecalProcessInstTask.h"