window.fps.innerText = `Water: ${cWater}\nThis frame took ${(now - t1).toFixed(2)}ms to render,last frame till now, ${(now - INSTANCE.lastFrame).toFixed(2)}ms has passed, which is about ${(1000 /(now - INSTANCE.lastFrame)).toFixed(2)}fps`;
window.fps.innerTExt = `Water: ${cWater}\nThis frame took ${(now - t1).toFixed(2)}ms to render,
last frame till now, ${(now - INSTANCE.lastFrame).toFixed(2)}ms has passed, which is about ${(1000 /