yyc12345/BallanceVirtoolsHelper

`A_Wood` prefix won't trigger auto grouping

Closed this issue · 1 comments

if (objName.starts_with("A_Floor")) {
GroupIntoWithCreation(ctx, obj, "Phys_Floors");
GroupIntoWithCreation(ctx, obj, "Sound_HitID_02");
GroupIntoWithCreation(ctx, obj, "Sound_RollID_02");
GroupIntoWithCreation(ctx, obj, "Shadow");
continue;
}

Probably should be A_Wood

Resolved in 808900e