ソースを参照

fix missing sidebar style

Lucas Stadler 10 年 前
コミット
84b60f6a66
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      glsl/raymarching.js

+ 1 - 0
glsl/raymarching.js

@ -208,6 +208,7 @@ void main() {
208 208
  right: 0;
209 209
}
210 210
  `
211
  document.head.appendChild(styleEl);
211 212
212 213
  var canvas = document.createElement("canvas");
213 214
  var w = canvas.width = window.innerWidth;