14 lines
441 B
Plaintext
14 lines
441 B
Plaintext
![]() |
//
|
||
|
// 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"
|