diff options
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ <head> <title>L-Systems.JS Playground</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> - <script src="http://mrdoob.github.com/three.js/build/Three.js"></script> + <script src="http://mrdoob.github.com/three.js/build/three.min.js"></script> <script src="bootstrap.min.js"></script> <script src="lsys.js"></script> <link rel="stylesheet" href="bootstrap.css" type="text/css"/> |
