Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit ce6df1f

Browse files
committed
fix: missing classname kv in workaround_ptex
1 parent e43b46b commit ce6df1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

transforms/workaround_ptex.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def ptexworkaround(ctx: Context):
1414

1515
logic_auto = Entity(
1616
vmf, {
17+
"classname": "logic_auto",
1718
"spawnflags": "1",
1819
}
1920
)

0 commit comments

Comments
 (0)