From 1eb9aaeee409d3a7ded0f1c0f65cc67d3cc45b7c Mon Sep 17 00:00:00 2001 From: Erich Loftis Date: Wed, 22 May 2024 15:58:56 -0500 Subject: [PATCH] Update InitCommon.js --- js/InitCommon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/InitCommon.js b/js/InitCommon.js index 5ff6fc0..f92f3e8 100644 --- a/js/InitCommon.js +++ b/js/InitCommon.js @@ -357,7 +357,7 @@ function init() // load a resource blueNoiseTexture = textureLoader.load( // resource URL - 'textures/BlueNoise_RGBA256.png', + 'textures/BlueNoise_R_128.png', // onLoad callback function (texture)