aboutsummaryrefslogtreecommitdiff
path: root/src/raylib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 0af7ef31..73a36a16 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -419,7 +419,6 @@ typedef struct Material {
Color colSpecular; // Specular color
float glossiness; // Glossiness level (Ranges from 0 to 1000)
- float normalDepth; // Normal map depth
} Material;
// Model type