Skip to content

Commit 23b3451

Browse files
remove gradient from impassable borders due to lodlin's request
1 parent e927d76 commit 23b3451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map/map.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ void display_data::render(sys::state& state, glm::vec2 screen_size, glm::vec2 of
605605
(
606606
province::border::coastal_bit
607607
| province::border::national_bit
608-
| province::border::impassible_bit
608+
//| province::border::impassible_bit
609609
)
610610
)) {
611611
glUniform1f(shader_uniforms[shader_borders_provinces][uniform_is_national_border], 1.f);

0 commit comments

Comments
 (0)