summarylogtreecommitdiffstats
path: root/ccShader_3D_Particle.vert.patch
blob: 7b0d25e5da45a4c9b33907aaa48f01412172059e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- /opt/cocos2d-x/cocos/renderer/ccShader_3D_Particle.vert	2017-03-22 15:13:34.000000000 -0400
+++ /tmp/ccShader_3D_Particle.vert	2017-04-21 06:42:23.658477547 -0400
@@ -1,5 +1,5 @@
 
-const char* cc3D_Particle_vert = R"(
+const char* cc3D_Particle_vert = STRINGIFY(
                                               
 attribute vec4 a_position;
 attribute vec4 a_color;
@@ -15,4 +15,4 @@
     gl_Position = CC_PMatrix * a_position;
 }
 
-)";
\ No newline at end of file
+);
\ No newline at end of file