1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-26 18:21:04 +00:00

Fix trailing whitespace

i hate this
This commit is contained in:
Gefüllte Taubenbrust 2024-11-11 17:10:17 +01:00
parent 2fd22c1850
commit d8a6155029
3 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@ uniform float fov;
varying vec3 vNormal;
varying vec3 vTangent;
varying vec3 vBinormal;
varying vec3 vBinormal;
varying vec3 vPosition;
// World position in the visible world (i.e. relative to the cameraOffset.)
// This can be used for many shader effects without loss of precision.