From 64410a53b5b8a8cd11bf5bcd4d472383024a43d7 Mon Sep 17 00:00:00 2001 From: Ed Date: Fri, 27 Jun 2025 01:20:08 +0300 Subject: [PATCH] fix #1470 --- Resources/Textures/_CP14/Shaders/religion.swsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Textures/_CP14/Shaders/religion.swsl b/Resources/Textures/_CP14/Shaders/religion.swsl index 325e7a9bf8..451425594b 100644 --- a/Resources/Textures/_CP14/Shaders/religion.swsl +++ b/Resources/Textures/_CP14/Shaders/religion.swsl @@ -12,7 +12,7 @@ uniform highp vec2 renderScale; uniform highp vec3 shaderColor; const highp float radiusFalloff = 20.0; -const highp float noiseScale = 6; +const highp float noiseScale = 6.0; const highp float timeScale = 0.1; highp float noise( highp vec2 p ) {