mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix style issues and signature mismatch
This commit is contained in:
parent
0307f2885c
commit
dd06f6ee70
6 changed files with 21 additions and 25 deletions
|
|
@ -1590,8 +1590,8 @@ void main() {
|
|||
#endif
|
||||
|
||||
#if defined(ENABLE_TANGENT_INTERP) || defined(ENABLE_NORMALMAP) || defined(LIGHT_USE_ANISOTROPY)
|
||||
vec3 binormal = normalize(binormal_interp);// * side;
|
||||
vec3 tangent = normalize(tangent_interp);// * side;
|
||||
vec3 binormal = normalize(binormal_interp);
|
||||
vec3 tangent = normalize(tangent_interp);
|
||||
#else
|
||||
vec3 binormal = vec3(0.0);
|
||||
vec3 tangent = vec3(0.0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue