mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-18 17:53:29 +00:00
less debug
This commit is contained in:
@@ -3209,7 +3209,7 @@ export class TerritoryWebGLRenderer {
|
|||||||
|
|
||||||
if (smoothActive) {
|
if (smoothActive) {
|
||||||
// DEBUG: uncomment to visualize tiles in smooth mode
|
// 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
|
// Compute old color blended on terrain
|
||||||
vec3 oldColor = baseTerrainColor;
|
vec3 oldColor = baseTerrainColor;
|
||||||
|
|||||||
Reference in New Issue
Block a user