Removed unused input from fog boundary fragment program

This should fix https://mantis.zdoom.org/view.php?id=151
This commit is contained in:
alexey.lysiuk 2017-02-01 10:05:38 +02:00
parent 90ee22b760
commit 1fd37ff2ff
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
in vec4 pixelpos;
in vec2 glowdist;
out vec4 FragColor;
//===========================================================================