Browse Source

TGALoader: Clean up

Mugen87 8 years ago
parent
commit
e6254c69dc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      examples/js/loaders/TGALoader.js

+ 2 - 1
examples/js/loaders/TGALoader.js

@@ -103,7 +103,8 @@ THREE.TGALoader.prototype = {
 
 
 		}
 		}
 
 
-		// Parse tga image buffer
+		// parse tga image buffer
+
 		function tgaParse( use_rle, use_pal, header, offset, data ) {
 		function tgaParse( use_rle, use_pal, header, offset, data ) {
 
 
 			var pixel_data,
 			var pixel_data,