]> _ Git - fluidbook-html5.git/commitdiff
fix #2366 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 23 Nov 2018 15:54:17 +0000 (16:54 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 23 Nov 2018 15:54:17 +0000 (16:54 +0100)
js/libs/fluidbook/fluidbook.3dflip.js

index d5ad280b3ef0b4e0d541e6dd9ce4f10821040e05..0a59fd2729546f34225239cfb25ade484a9f3a90 100644 (file)
@@ -301,13 +301,6 @@ Fluidbook3DFlip.prototype = {
     },
 
     performancesTest: function (callback) {
-        // When we are in very low perf, no need to test, we won't decrease performances later
-        if (this.veryLowPerf) {
-            $("footer").append(' | 3D : verylowperf');
-            callback();
-            return;
-        }
-
         var $this = this;
         this.prepareTurn({flip: [1, 2]}, function () {
             $this.performancesStartTime = new Date();