Fixed issue 435.

This commit is contained in:
Jonathas Costa
2018-02-12 11:35:32 -05:00
parent 539c0d7554
commit d4e9438fd9
+1 -1
View File
@@ -52,7 +52,7 @@ void main() {
vec4 position = pscTransform(tmp, mat4(1.0));
// G-Buffer
vs_gPosition = position;
vs_gPosition = view * (vec4(1E19, 1E19, 1E19, 1.0) * position);
position = view * position;