Fix code style issues
This commit is contained in:
parent
60fe9321ac
commit
c4b736d7ad
2 changed files with 0 additions and 2 deletions
|
@ -2057,7 +2057,6 @@ FRAGMENT_SHADER_CODE
|
|||
gl_FragColor.rgb *= (1.0 - fog_interp.a);
|
||||
#endif // BASE_PASS
|
||||
|
||||
|
||||
#else //pixel based fog
|
||||
float fog_amount = 0.0;
|
||||
|
||||
|
|
|
@ -1422,7 +1422,6 @@ void ResourceFormatSaverTextInstance::_find_resources(const Variant &p_variant,
|
|||
} else {
|
||||
_find_resources(v);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
I = I->next();
|
||||
|
|
Loading…
Reference in a new issue