浏览代码

Fix code style issues

Rémi Verschelde 6 年之前
父节点
当前提交
c4b736d7ad
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      drivers/gles2/shaders/scene.glsl
  2. 0 1
      scene/resources/resource_format_text.cpp

+ 0 - 1
drivers/gles2/shaders/scene.glsl

@@ -2057,7 +2057,6 @@ FRAGMENT_SHADER_CODE
 	gl_FragColor.rgb *= (1.0 - fog_interp.a);
 	gl_FragColor.rgb *= (1.0 - fog_interp.a);
 #endif // BASE_PASS
 #endif // BASE_PASS
 
 
-
 #else //pixel based fog
 #else //pixel based fog
 	float fog_amount = 0.0;
 	float fog_amount = 0.0;
 
 

+ 0 - 1
scene/resources/resource_format_text.cpp

@@ -1422,7 +1422,6 @@ void ResourceFormatSaverTextInstance::_find_resources(const Variant &p_variant,
 					} else {
 					} else {
 						_find_resources(v);
 						_find_resources(v);
 					}
 					}
-
 				}
 				}
 
 
 				I = I->next();
 				I = I->next();