diff options
| author | Ray <[email protected]> | 2022-08-14 21:18:29 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-14 21:18:29 +0200 |
| commit | 7b47b17e2e72aae626a5732d924d543218ebffbf (patch) | |
| tree | 83513e77f434eee6d9184144949faadeeff9870a | |
| parent | ecba06dbb37760aeee3888fb141430f1386bb605 (diff) | |
| download | raylib.com-7b47b17e2e72aae626a5732d924d543218ebffbf.tar.gz raylib.com-7b47b17e2e72aae626a5732d924d543218ebffbf.zip | |
Remove dup example
| -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 dd03011..535a641 100644 --- a/common/examples.js +++ b/common/examples.js @@ -32,8 +32,7 @@ $(document).ready(function() { '⭐️☆☆☆#core_basic_screen_manager', '⭐️⭐️⭐️⭐️#core_custom_frame_control', '⭐️⭐️⭐️☆#core_smooth_pixelperfect', - '⭐️⭐️⭐️⭐️#core_split_screen', - '⭐️⭐️☆☆#core_window_should_close', + '⭐️⭐️⭐️⭐️#core_split_screen', '⭐️☆☆☆#shapes_basic_shapes', '⭐️☆☆☆#shapes_bouncing_ball', '⭐️⭐️☆☆#shapes_colors_palette', |
