From ee06fdc326fc14855abde126aa9e0772e12c41a0 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 26 Oct 2019 10:54:59 +0200 Subject: [PATCH] ray:: removed extra #define PI --- raycaster.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/raycaster.cpp b/raycaster.cpp index 3fe812f4..2a09b8d1 100644 --- a/raycaster.cpp +++ b/raycaster.cpp @@ -107,7 +107,6 @@ void reset_raycaster() { our_raycaster = nullptr; }; void enable_raycaster() { if(!our_raycaster) { string vsh = - "#define PI 3.14159265358979324\n" "attribute vec4 aPosition;\n" "uniform float uFovX, uFovY;\n" "varying vec4 at;\n"