diff options
| author | raysan5 <[email protected]> | 2021-10-17 21:39:29 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-10-17 21:39:29 +0200 |
| commit | be0adede500a565bbdd4976e361549f6fdc7ef85 (patch) | |
| tree | f055689e8f7ef5d63f8936ac34fb7891b154cd3f /common | |
| parent | 35e67da08e3d214589968c19b4b2fb31d8e566cc (diff) | |
| download | raylib.com-be0adede500a565bbdd4976e361549f6fdc7ef85.tar.gz raylib.com-be0adede500a565bbdd4976e361549f6fdc7ef85.zip | |
Update examples.js
Diffstat (limited to 'common')
| -rw-r--r-- | common/examples.js | 3 |
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', |
