From ddf2cb2c10055a802d065cf2bfe0f1976e17fd57 Mon Sep 17 00:00:00 2001 From: Cory Petkovsek <632766+TokisanGames@users.noreply.github.com> Date: Sat, 9 Dec 2023 17:50:07 +0700 Subject: [PATCH] Default both auto texture ids to 0 --- src/shaders/auto_shader.glsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shaders/auto_shader.glsl b/src/shaders/auto_shader.glsl index 5d3cb1e72..8b044b302 100644 --- a/src/shaders/auto_shader.glsl +++ b/src/shaders/auto_shader.glsl @@ -6,7 +6,7 @@ R"( uniform float auto_slope : hint_range(0,10) = 1.0; uniform float auto_height_reduction : hint_range(0, 1) = 0.1; uniform int auto_base_texture : hint_range(0,31) = 0; -uniform int auto_overlay_texture : hint_range(0,31) = 1; +uniform int auto_overlay_texture : hint_range(0,31) = 0; //INSERT: AUTO_SHADER_TEXTURE_ID // Enable Autoshader if outside regions or painted in regions, otherwise manual painted