summaryrefslogtreecommitdiffstats
path: root/modules/betsy/CrossPlatformSettings_piece_all.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/betsy/CrossPlatformSettings_piece_all.glsl')
-rw-r--r--modules/betsy/CrossPlatformSettings_piece_all.glsl1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/betsy/CrossPlatformSettings_piece_all.glsl b/modules/betsy/CrossPlatformSettings_piece_all.glsl
index b7abac7fcc..001d8e63b2 100644
--- a/modules/betsy/CrossPlatformSettings_piece_all.glsl
+++ b/modules/betsy/CrossPlatformSettings_piece_all.glsl
@@ -1,4 +1,3 @@
-
#define min3(a, b, c) min(a, min(b, c))
#define max3(a, b, c) max(a, max(b, c))