Skip to content

Commit

Permalink
Minor Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed Jan 30, 2024
1 parent 548f3d2 commit f1eab25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/src/DemoApplication.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export default class DemoApplication extends PIXI.Application
name: id,
enabled: false,
opened: false,
args: null,
args: undefined,
fishOnly: false,
global: false,
oncreate: null,
Expand Down
6 changes: 3 additions & 3 deletions examples/src/filters/old-film.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export default function ()
folder.add(this, 'scratch', -1, 1);
folder.add(this, 'scratchDensity', 0, 1);
folder.add(this, 'scratchWidth', 1, 20);
folder.add(this, 'vignette', 0, 1);
folder.add(this, 'vignetteAlpha', 0, 1);
folder.add(this, 'vignetteBlur', 0, 1);
folder.add(this, 'vignetting', 0, 1);
folder.add(this, 'vignettingAlpha', 0, 1);
folder.add(this, 'vignettingBlur', 0, 1);
},
});
}

0 comments on commit f1eab25

Please sign in to comment.