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

@ -620,7 +620,7 @@ enable_auto_exposure (Enable Automatic Exposure) bool false
exposure_compensation (Exposure compensation) float 0.0 -1.0 1.0
# Set the post processing gamma value.
# Higher values give lower contrast and vice versa.
# Higher values give lower contrast and vice versa.
# Range: from 1.0 to 5.0
# Default: 1.6
#
@ -677,7 +677,7 @@ enable_tinted_fog (Tinted fog) bool false
enable_bumpmaps (Bump maps) bool false
# Simulate translucency when looking at foliage in the sunlight.
# It is recommended to use this with the leaves style set to fancy.
# It is recommended to use this with the leaves style set to fancy.
#
# Requires: shaders, enable_dynamic_shadows
enable_translucent_foliage (Translucent foliage) bool false

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.

View file

@ -8,7 +8,7 @@ uniform float animationTimer;
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.