Skip to content

Commit

Permalink
fix path in webgl-opt...
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jun 5, 2024
1 parent f41ccec commit ea79efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webgpu/webgl-optimization-none.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<script type="module">
import GUI from '../3rdparty/muigui-0.x.module.js';
import * as twgl from '../3rdparty/twgl-full.module.js';
import {RollingAverage} from './timing-helper.js';
import RollingAverage from './resources/js/rolling-average.js';

class TimingHelper {
#ext;
Expand Down

0 comments on commit ea79efa

Please sign in to comment.