diff options
| author | Ray <[email protected]> | 2022-08-02 11:47:17 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-02 11:47:17 +0200 |
| commit | e3e343cfb09b327b285ec8adf7e6539648d39257 (patch) | |
| tree | 4c40370b84e39bc7958ffd00f76655b7a5eaf7fa /common/examples.js | |
| parent | 5fc1538c24f61bd5973ce6f3514ecaadef8f1cd9 (diff) | |
| download | raylib.com-e3e343cfb09b327b285ec8adf7e6539648d39257.tar.gz raylib.com-e3e343cfb09b327b285ec8adf7e6539648d39257.zip | |
Update examples.js
Diffstat (limited to 'common/examples.js')
| -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 70575ef..9a25a48 100644 --- a/common/examples.js +++ b/common/examples.js @@ -28,7 +28,6 @@ $(document).ready(function() { 'core_storage_values', 'core_vr_simulator', 'core_loading_thread', - 'core_quat_conversion', 'core_window_flags', 'core_split_screen', 'core_window_should_close', @@ -52,7 +51,7 @@ $(document).ready(function() { 'shapes_top_down_lights', 'textures_logo_raylib', 'textures_mouse_painting', - 'textures_rectangle', + 'textures_sprite_anim', 'textures_srcrec_dstrec', 'textures_image_drawing', 'textures_image_generation', |
