From 41d15b6fc3dc214e619491a1801c67c4077032ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Sat, 17 Oct 2020 12:06:31 +0200 Subject: [PATCH] Update decimatedTextureCount apidoc --- interface/src/ui/Stats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/ui/Stats.h b/interface/src/ui/Stats.h index d4dc4d3307..27ab375a42 100644 --- a/interface/src/ui/Stats.h +++ b/interface/src/ui/Stats.h @@ -274,7 +274,7 @@ private: \ * of 2 if smaller than 128 pixels, or a multiple of 128 if greater than 128 pixels. * Read-only. * @property {number} decimatedTextureCount - The number of textures that have been reduced in size because they were over the - * maximum allowed dimensions of 4096 pixels on desktop or 2048 pixels on mobile. + * maximum allowed dimensions of 8192 pixels on desktop or 2048 pixels on mobile. * Read-only. * @property {number} gpuBuffers - The number of OpenGL buffer objects managed by the GPU back-end. * Read-only.