Ver Fonte

ObjectLoader: Improve code style

Mugen87 há 7 anos atrás
pai
commit
f9b06338d0
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      src/loaders/ObjectLoader.js

+ 0 - 2
src/loaders/ObjectLoader.js

@@ -554,7 +554,6 @@ Object.assign( ObjectLoader.prototype, {
 
 
 					}
 					}
 
 
-
 				} else {
 				} else {
 
 
 					// load single image
 					// load single image
@@ -563,7 +562,6 @@ Object.assign( ObjectLoader.prototype, {
 
 
 					images[ image.uuid ] = loadImage( path );
 					images[ image.uuid ] = loadImage( path );
 
 
-
 				}
 				}
 
 
 			}
 			}

粤ICP备19079148号