Skip to content

Commit d7895ee

Browse files
committed
Exclude any props with PhysicalProp modules from batching
1 parent 1c3330f commit d7895ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

GameData/JSI/RasterPropMonitor/PropBatching.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,14 @@ PROP_BATCH
349349
}
350350
}
351351
352+
@PROP:HAS[@MODULE[PhysicalProp]&@MODULE[JSILabel]]
353+
{
354+
@MODULE[JSILabel],*
355+
{
356+
canBatch = false
357+
}
358+
}
359+
352360
@PROP:HAS[@MODULE[JSILabel]:HAS[#transformName[Legend_Center]]]
353361
{
354362
@MODULE[JSILabel]:HAS[#transformName[Legend_Center]]

0 commit comments

Comments
 (0)