diff options
| author | victorfisac <victorfisac@gmail.com> | 2017-04-06 15:28:04 +0200 |
|---|---|---|
| committer | victorfisac <victorfisac@gmail.com> | 2017-04-06 15:28:04 +0200 |
| commit | 54f070a0f421798dca911b48223a67ae6dc51956 (patch) | |
| tree | 07eefb8740d05754dcd875f49ea193eee1c79555 /docs/examples/web/models_obj_loading.js | |
| parent | 256bc6e1dccfd021239dd0e5a66c377a402c3c59 (diff) | |
| parent | c47b04a2c673f3073e2cc5a47d5aa1bce029e93e (diff) | |
| download | raylib-54f070a0f421798dca911b48223a67ae6dc51956.tar.gz raylib-54f070a0f421798dca911b48223a67ae6dc51956.zip | |
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'docs/examples/web/models_obj_loading.js')
| -rw-r--r-- | docs/examples/web/models_obj_loading.js | 2 |
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"}); })(); |
