Browse Source

update date

Gregg Tavares 5 years ago
parent
commit
9310b61bc2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      threejs/lessons/threejs-multiple-scenes.md

+ 1 - 1
threejs/lessons/threejs-multiple-scenes.md

@@ -683,5 +683,5 @@ The result looks the same
 
 One other advantage to this solution is you could potentially use
 [`OffscreenCanvas`](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas)
-to render from a web worker and still use this technique. Unfortunately as of April 2019
+to render from a web worker and still use this technique. Unfortunately as of July 2020
 `OffscreenCanvas` is only supported by Chrome.