summaryrefslogtreecommitdiffhomepage
path: root/examples/web/shaders/loader.html
diff options
context:
space:
mode:
authorRay <[email protected]>2020-01-30 15:45:59 +0100
committerRay <[email protected]>2020-01-30 15:45:59 +0100
commit8dd6f76c94549116235e3b1cdf9582941b6085a7 (patch)
tree06c8e01e91916191bef5fabc02c829d101591ba0 /examples/web/shaders/loader.html
parent383005c80585d1af7dbb1c5904a81d16d34e5e18 (diff)
downloadraylib.com-8dd6f76c94549116235e3b1cdf9582941b6085a7.tar.gz
raylib.com-8dd6f76c94549116235e3b1cdf9582941b6085a7.zip
Review supported examples list
Diffstat (limited to 'examples/web/shaders/loader.html')
-rw-r--r--examples/web/shaders/loader.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/web/shaders/loader.html b/examples/web/shaders/loader.html
index 3d792ae..993804e 100644
--- a/examples/web/shaders/loader.html
+++ b/examples/web/shaders/loader.html
@@ -74,10 +74,7 @@
}, 'text');
// Quick hack for some examples not working on web
- if ((name == "shaders_palette_switch") ||
- (name == "shaders_raymarching") ||
- (name == "shaders_texture_drawing") ||
- (name == "shaders_eratosthenes"))
+ if (name == "shaders_raymarching")
{
$('#eximage').append('<img src="' + imgUrl + '" alt=" ">');
}