summaryrefslogtreecommitdiffstats
path: root/tooner_lighting.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'tooner_lighting.cginc')
-rw-r--r--tooner_lighting.cginc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tooner_lighting.cginc b/tooner_lighting.cginc
index 119ae77..2c66964 100644
--- a/tooner_lighting.cginc
+++ b/tooner_lighting.cginc
@@ -1,6 +1,8 @@
#ifndef TOONER_LIGHTING
#define TOONER_LIGHTING
+#include "pbr.cginc"
+
#include "audiolink.cginc"
#include "clones.cginc"
#include "globals.cginc"
@@ -8,7 +10,6 @@
#include "iq_sdf.cginc"
#include "math.cginc"
#include "motion.cginc"
-#include "pbr.cginc"
#include "poi.cginc"
#include "shadertoy.cginc"
#include "tooner_scroll.cginc"