Pārlūkot izejas kodu

Revert back change

Popov72 4 gadi atpakaļ
vecāks
revīzija
9a44a262ce
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/Engines/thinEngine.ts

+ 1 - 1
src/Engines/thinEngine.ts

@@ -1062,7 +1062,7 @@ export class ThinEngine {
 
     protected _initFeatures(): void {
         this._features = {
-            forceBitmapOverHTMLImageElement: true,
+            forceBitmapOverHTMLImageElement: false,
             supportRenderAndCopyToLodForFloatTextures: this._webGLVersion !== 1,
             supportDepthStencilTexture: this._webGLVersion !== 1,
             supportShadowSamplers: this._webGLVersion !== 1,