summaryrefslogtreecommitdiffhomepage
path: root/examples/web/textures/loader.html
diff options
context:
space:
mode:
authorRay <[email protected]>2019-05-21 12:49:20 +0200
committerRay <[email protected]>2019-05-21 12:49:20 +0200
commit5139efd324bd40da8b77bf16d9e71901047609de (patch)
treef216b090c5d939e96cba6241af01d1340fb001e2 /examples/web/textures/loader.html
parent8fa5490c43e3deb5453397c0fa8b5eebd5d867e1 (diff)
downloadraylib.com-5139efd324bd40da8b77bf16d9e71901047609de.tar.gz
raylib.com-5139efd324bd40da8b77bf16d9e71901047609de.zip
Lock non-working examples
Show image instead
Diffstat (limited to 'examples/web/textures/loader.html')
-rw-r--r--examples/web/textures/loader.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/web/textures/loader.html b/examples/web/textures/loader.html
index affc6c8..9db5113 100644
--- a/examples/web/textures/loader.html
+++ b/examples/web/textures/loader.html
@@ -74,8 +74,8 @@
}, 'text');
// Quick hack for some examples not working on web
- if ((name == "core_drop_files") ||
- (name == "core_storage_values"))
+ if ((name == "textures_image_text") ||
+ (name == "textures_to_image"))
{
$('#eximage').append('<img src="' + imgUrl + '" alt=" ">');
}