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 May 28, 2024
1 parent fdcea4f commit cfb42c2
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 cfb42c2

Please sign in to comment.