less debug

This commit is contained in:
scamiv
2026-05-26 20:15:04 +02:00
parent 3a76a9b609
commit 68e6918172
@@ -3209,7 +3209,7 @@ export class TerritoryWebGLRenderer {
if (smoothActive) {
// DEBUG: uncomment to visualize tiles in smooth mode
color = vec3(1.0, 0.0, 1.0); outColor = vec4(color, 1.0); return;
//color = vec3(1.0, 0.0, 1.0); outColor = vec4(color, 1.0); return;
// Compute old color blended on terrain
vec3 oldColor = baseTerrainColor;