浏览代码

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;