summaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
authorRay <[email protected]>2019-05-16 17:22:25 +0200
committerRay <[email protected]>2019-05-16 17:22:25 +0200
commit85b11a6baf64a2b4e02c81d4d47b15eb578dc074 (patch)
treef3001d5540bc03460467d9ead28055415ae49f54 /common
parent5a27bcaf7115e46a5123e9857007d940998f0650 (diff)
downloadraylib.com-85b11a6baf64a2b4e02c81d4d47b15eb578dc074.tar.gz
raylib.com-85b11a6baf64a2b4e02c81d4d47b15eb578dc074.zip
Added new example reference
Diffstat (limited to 'common')
-rw-r--r--common/js/examples.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/js/examples.js b/common/js/examples.js
index 3de972c..b379d6a 100644
--- a/common/js/examples.js
+++ b/common/js/examples.js
@@ -90,6 +90,7 @@ $(document).ready(function() {
'shaders_texture_drawing',
'shaders_texture_waves',
'shaders_julia_set',
+ 'shaders_eratosthenes',
'audio_module_playing',
'audio_music_stream',
'audio_raw_stream',