summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--common/examples.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/examples.js b/common/examples.js
index f90b5c6..ed8333b 100644
--- a/common/examples.js
+++ b/common/examples.js
@@ -66,7 +66,7 @@ $(document).ready(function() {
'textures_bunnymark',
'textures_blend_modes',
'textures_draw_tiled',
- 'textures_poly',
+ 'textures_polygon',
'text_raylib_fonts',
'text_font_spritefont',
'text_font_loading',
@@ -84,7 +84,6 @@ $(document).ready(function() {
'models_cubicmap',
'models_first_person_maze',
'models_geometric_shapes',
- 'models_material_pbr',
'models_mesh_generation',
'models_mesh_picking',
'models_loading',