Skip to content

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Mar 8, 2024
1 parent 8c1cde8 commit 519c8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/resizeObserverHDDPI/meta.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
name: 'ResizeObserver HD-DPI Fullscreen',
description: `This example shows how to use ResizeObserver, handle HD-DPI correctly, and Fullscreen`,
filename: 'sample/resizeObserverHDDPI',
filename: __DIRNAME__,
sources: [{ path: 'main.ts' }, { path: 'checker.wgsl' }],
};

0 comments on commit 519c8b4

Please sign in to comment.