From: Vincent Vanwaelscappel Date: Fri, 23 Nov 2018 15:54:17 +0000 (+0100) Subject: fix #2366 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1d4187a22626839e77252548d801a4d4fd23e879;p=fluidbook-html5.git fix #2366 @0:10 --- diff --git a/js/libs/fluidbook/fluidbook.3dflip.js b/js/libs/fluidbook/fluidbook.3dflip.js index d5ad280b..0a59fd27 100644 --- a/js/libs/fluidbook/fluidbook.3dflip.js +++ b/js/libs/fluidbook/fluidbook.3dflip.js @@ -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();