Skip to content

Commit 6827865

Browse files
committed
cache2: rev230 anim ops
1 parent fa2cf0d commit 6827865

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cache2-ts/src/loaders/Animation.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ export class Animation extends PerFileLoadable {
5353
public animMayaEnd = 0;
5454
public masks?: boolean[] = undefined;
5555

56+
public debugName?: string;
57+
5658
public frameStep = -1;
5759
public interleaveLeave?: number[] = undefined;
5860
public stretches = true;
@@ -165,6 +167,9 @@ export class Animation extends PerFileLoadable {
165167
}
166168
break;
167169
}
170+
case 18:
171+
v.debugName = r.string();
172+
break;
168173
default:
169174
throw new Error(`unknown animation opcode ${opcode}`);
170175
}

0 commit comments

Comments
 (0)