Skip to content

Commit 7d68a7f

Browse files
committed
Buildfix: use correct include for 'assert'
1 parent d11ceba commit 7d68a7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/webgpu/shader/execution/expression/call/builtin/fract.cache.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { assert } from 'console';
2-
1+
import { assert } from '../../../../../../common/util/util.js';
32
import { FP, FPInterval } from '../../../../../util/floating_point.js';
43
import { kFractTable } from '../../binary/af_data.js';
54
import { makeCaseCache } from '../../case_cache.js';

0 commit comments

Comments
 (0)