summarylogtreecommitdiffstats
path: root/ccShader_Label_df.frag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ccShader_Label_df.frag.patch')
-rw-r--r--ccShader_Label_df.frag.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/ccShader_Label_df.frag.patch b/ccShader_Label_df.frag.patch
deleted file mode 100644
index 1390f21e6637..000000000000
--- a/ccShader_Label_df.frag.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- /opt/cocos2d-x/cocos/renderer/ccShader_Label_df.frag 2017-03-22 15:13:34.000000000 -0400
-+++ /tmp/ccShader_Label_df.frag 2017-04-21 06:42:23.561810281 -0400
-@@ -1,8 +1,8 @@
--const char* ccLabelDistanceFieldNormal_frag = R"(
-+const char* ccLabelDistanceFieldNormal_frag = STRINGIFY(
-
--#ifdef GL_ES
-+\n#ifdef GL_ES\n
- precision lowp float;
--#endif
-+\n#endif\n
-
- varying vec4 v_fragmentColor;
- varying vec2 v_texCoord;
-@@ -23,4 +23,4 @@
- float alpha = smoothstep(0.5-width, 0.5+width, dist) * u_textColor.a;
- gl_FragColor = v_fragmentColor * vec4(u_textColor.rgb,alpha);
- }
--)";
-+);