David Catuhe 5 лет назад
Родитель
Сommit
6a15fe91dd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Engines/thinEngine.ts

+ 1 - 1
src/Engines/thinEngine.ts

@@ -625,7 +625,7 @@ export class ThinEngine {
                     if (this._gl) {
                     if (this._gl) {
                         this._webGLVersion = 2.0;
                         this._webGLVersion = 2.0;
 
 
-                        // Prevent weird browsers to lie :-)
+                        // Prevent weird browsers to lie
                         if (!this._gl.deleteQuery) {
                         if (!this._gl.deleteQuery) {
                             this._webGLVersion = 1.0;
                             this._webGLVersion = 1.0;
                         }
                         }