Skip to content

Commit 9abd742

Browse files
authored
Merge pull request #1972 from ineveraskedforthis/main
Remove gradient from impassable borders due to lodlin's request
2 parents db1c584 + 23b3451 commit 9abd742

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)