Ver código fonte

Correct Lint Error

Guide 6 anos atrás
pai
commit
ecaa4ee9ba
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/Sprites/spritePackedManager.ts

+ 1 - 1
src/Sprites/spritePackedManager.ts

@@ -23,7 +23,7 @@ export class SpritePackedManager extends SpriteManager{
 
 
     constructor(
     constructor(
         /** defines the packed manager's name */
         /** defines the packed manager's name */
-        public name: string, 
+        public name: string,
         imgUrl: string, capacity: number, scene: Scene, spriteJSON: string | null = null, epsilon: number = 0.01, samplingMode: number = Texture.TRILINEAR_SAMPLINGMODE) {
         imgUrl: string, capacity: number, scene: Scene, spriteJSON: string | null = null, epsilon: number = 0.01, samplingMode: number = Texture.TRILINEAR_SAMPLINGMODE) {
 
 
         //the cellSize parameter is not used when built from JSON which provides individual cell data, defaults to 64 if JSON load fails
         //the cellSize parameter is not used when built from JSON which provides individual cell data, defaults to 64 if JSON load fails