Popov72 hace 4 años
padre
commit
f31e951f18
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Engines/WebGL/webGLHardwareTexture.ts

+ 1 - 1
src/Engines/WebGL/webGLHardwareTexture.ts

@@ -39,4 +39,4 @@ export class WebGLHardwareTexture implements HardwareTextureWrapper {
         }
         this.reset();
     }
-};
+}