Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Casmo committed Jan 12, 2014
1 parent 32b37f4 commit 5b79037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion three-tower-defense/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function preLoader() {
manager = new THREE.LoadingManager();
texture = new THREE.Texture();
loader = new THREE.ImageLoader(manager);
loader.load'files/models/rock_bottom.jpg', function (image) {
loader.load('files/models/rock_bottom.jpg', function (image) {
texture.image = image;
texture.needsUpdate = true;
} );
Expand Down

0 comments on commit 5b79037

Please sign in to comment.