diff --git a/examples/fluid.html b/examples/fluid.html index 2b3fd1ba..d4d27ed0 100644 --- a/examples/fluid.html +++ b/examples/fluid.html @@ -27,7 +27,7 @@ this.keys = {}; this.canvas = document.createElement('canvas'); - const gpu = this.gpu = new GPU({ + const gpu = this.gpu = new GPU.GPU({ canvas: this.canvas, mode: 'gpu' }); diff --git a/examples/internal-variable-precision.html b/examples/internal-variable-precision.html index 0cf6ee42..0fa9e84e 100644 --- a/examples/internal-variable-precision.html +++ b/examples/internal-variable-precision.html @@ -10,7 +10,7 @@