summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/qmlvideofx/shaders/pagecurl.fsh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/multimedia/video/qmlvideofx/shaders/pagecurl.fsh')
-rw-r--r--examples/multimedia/video/qmlvideofx/shaders/pagecurl.fsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multimedia/video/qmlvideofx/shaders/pagecurl.fsh b/examples/multimedia/video/qmlvideofx/shaders/pagecurl.fsh
index 5f5c64935..12a5455e6 100644
--- a/examples/multimedia/video/qmlvideofx/shaders/pagecurl.fsh
+++ b/examples/multimedia/video/qmlvideofx/shaders/pagecurl.fsh
@@ -58,7 +58,7 @@ varying vec2 qt_TexCoord0;
const float minAmount = -0.16;
const float maxAmount = 1.3;
-const float PI = 3.141592653589793;
+const float PI = 3.14159265358979323846;
const float scale = 512.0;
const float sharpness = 3.0;
const vec4 bgColor = vec4(1.0, 1.0, 0.8, 1.0);