Skip to content

Commit

Permalink
Merge branch 'placename' of https://github.com/magcius/noclip.website
Browse files Browse the repository at this point in the history
…into placename
  • Loading branch information
themikelester committed Dec 15, 2024
2 parents af7ed88 + f55e4f3 commit 32023a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/JSYSTEM/J2Dv1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export class J2DPicture extends J2DPane {

private sdraw = new TSDraw(); // TODO: Time to move TSDraw out of Mario Galaxy?
private materialHelper: GXMaterialHelperGfx;
private tex: BTIData;
private tex: BTIData | null = null;

constructor(data: PAN1, private cache: GfxRenderCache, parent: J2DPane | null) {
super(data, cache, parent);
Expand Down

0 comments on commit 32023a1

Please sign in to comment.