Fixes #6
This commit is contained in:
Till Schneidereit 2016-06-30 18:12:30 +02:00
Родитель c0248855bc
Коммит 5578ee6ac6
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -151,9 +151,10 @@ export class Renderer {
const end = performance.now()
const time = end - start
if (time > 16) {
console.warn(`Render took ${time}ms & will cause frame drop`)
}
// Disabled for now. TODO: make this runtime-configurable.
// if (time > 16) {
// console.warn("Render took " + time + "ms & will cause frame drop");
// }
if (timeGroupName != null) {
console.time(`render ${timeGroupName}`)