@@ -86,7 +86,7 @@ export class GPUStatsPanel extends Stats.Panel {
this.activeQueries --;
- } else if ( ! gl.isContextLost() ) {
+ } else if ( gl.isContextLost() === false ) {
// otherwise try again the next frame
requestAnimationFrame( checkQuery );