Просмотр исходного кода

Update multiple-scenes.html

Fix markup.
Michael Herzog 6 месяцев назад
Родитель
Сommit
7d7f42087f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      manual/en/multiple-scenes.html

+ 1 - 1
manual/en/multiple-scenes.html

@@ -622,7 +622,7 @@ render the scene for this area, then copy the result to the area's canvas.</p>
 <p></p>
 <p>One other advantage to this solution is you could potentially use
 <a href="https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas"><code class="notranslate" translate="no">OffscreenCanvas</code></a>
-to render from a web worker and still use this technique.
+to render from a web worker and still use this technique.</p>
 
         </div>
       </div>

粤ICP备19079148号