Newline nits

This commit is contained in:
Monroe88 2018-03-23 18:44:32 -05:00
parent ad1db11b4a
commit f83030f044
6 changed files with 6 additions and 6 deletions

View file

@ -12,4 +12,4 @@ scale1 = 4.0
shader2 = shaders/color/gba-color.slang
filter_linear2 = true
scale_type2 = viewport
scale_type2 = viewport

View file

@ -7,4 +7,4 @@ scale0 = 4.0
shader1 = ../stock.slang
filter_linear1 = true
scale_type1 = viewport
scale_type1 = viewport

View file

@ -12,4 +12,4 @@ scale1 = "1.0"
shader2 = shaders/color/gbc-color.slang
filter_linear2 = false
scale_type2 = viewport
scale_type2 = viewport

View file

@ -54,4 +54,4 @@ void main()
color.a = 0.5;
FragColor = color;
}
}

View file

@ -71,4 +71,4 @@ void main()
color.a = 1.0;
FragColor = color;
}
}

View file

@ -54,4 +54,4 @@ void main()
color.a = 0.8;
FragColor = color;
}
}