diff options
author | Valerio Virgillito | 2012-06-25 10:53:47 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-25 10:53:47 -0700 |
commit | 287f2f31d5feff4dc4c564c5929f8fbea3273813 (patch) | |
tree | cc3a5bb67c00fcc9e1d80a6b91cff7d929cb10bb /js/io/system | |
parent | 0f62fd5d06af6933530a151126fe054bf1b68419 (diff) | |
parent | 6df664320d6acc489ca0f0f6d99f58d5851a0890 (diff) | |
download | ninja-287f2f31d5feff4dc4c564c5929f8fbea3273813.tar.gz |
Merge pull request #330 from ericmueller/MaterialBugFixes
fixed a small startup issue with the RDGE library.
Diffstat (limited to 'js/io/system')
-rw-r--r-- | js/io/system/ninjalibrary.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/io/system/ninjalibrary.json b/js/io/system/ninjalibrary.json index 0417fa3d..579264cb 100644 --- a/js/io/system/ninjalibrary.json +++ b/js/io/system/ninjalibrary.json | |||
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | "libraries": [ | 2 | "libraries": [ |
3 | {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.11.0.0"}, | 3 | {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.11.0.0"}, |
4 | {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.6.0.2"} | 4 | {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.6.0.3"} |
5 | ] | 5 | ] |
6 | } \ No newline at end of file | 6 | } \ No newline at end of file |