2
0
Эх сурвалжийг харах

ObjectLoader: Improve code style

Mugen87 7 жил өмнө
parent
commit
f9b06338d0

+ 0 - 2
src/loaders/ObjectLoader.js

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