aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/web/models_obj_loading.js
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2017-04-03 23:10:27 +0200
committerRay <raysan5@gmail.com>2017-04-03 23:10:27 +0200
commit50bc77ed96337026604b36e4c008fecc39ebd0bb (patch)
tree5fb951ea469633a1b272ad82a8d3cca9a02b59a5 /docs/examples/web/models_obj_loading.js
parente6ed85e993b049a28dcc3c37bd5fadc6ab159df7 (diff)
downloadraylib-50bc77ed96337026604b36e4c008fecc39ebd0bb.tar.gz
raylib-50bc77ed96337026604b36e4c008fecc39ebd0bb.zip
Improve web examples -IN PROGRESS-
Diffstat (limited to 'docs/examples/web/models_obj_loading.js')
-rw-r--r--docs/examples/web/models_obj_loading.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/web/models_obj_loading.js b/docs/examples/web/models_obj_loading.js
index 43db7f04..a8a3e58e 100644
--- a/docs/examples/web/models_obj_loading.js
+++ b/docs/examples/web/models_obj_loading.js
@@ -183,7 +183,7 @@ Module['FS_createPath']('/resources', 'model', true, true);
}
}
- loadPackage({"files": [{"audio": 0, "start": 0, "crunched": 0, "end": 2748249, "filename": "/resources/model/dwarf.obj"}, {"audio": 0, "start": 2748249, "crunched": 0, "end": 4022872, "filename": "/resources/model/dwarf_diffuse.png"}], "remote_package_size": 4022872, "package_uuid": "750abc5f-af45-4d90-afe8-fd10ed333f43"});
+ loadPackage({"files": [{"audio": 0, "start": 0, "crunched": 0, "end": 2748249, "filename": "/resources/model/dwarf.obj"}, {"audio": 0, "start": 2748249, "crunched": 0, "end": 4022872, "filename": "/resources/model/dwarf_diffuse.png"}], "remote_package_size": 4022872, "package_uuid": "6faeef29-8bb8-4e0d-91a9-30ecf3f9b645"});
})();