Compare commits

..

1 Commits

Author SHA1 Message Date
AncTe
b2f087c034
Merge 4fd2fa168b into 820dc5bf4c 2025-10-24 03:17:15 +00:00
3 changed files with 1 additions and 11 deletions

View File

@ -99,8 +99,4 @@ export class TextureStore implements ITextureStore {
aliasOf(identifier: number): string | undefined {
return this.aliasInvMap.get(identifier);
}
identifierOf(alias: string): number | undefined {
return this.aliasMap.get(alias);
}
}

View File

@ -110,7 +110,7 @@ export class TextureMaxRectsStreamComposer
readonly maxWidth: number,
readonly maxHeight: number,
readonly padding: number,
options?: IOption
options: IOption
) {
this.packer = new MaxRectsPacker<MaxRectsRectangle>(
this.maxWidth,

View File

@ -219,12 +219,6 @@ export interface ITextureStore {
*/
fromAlias(alias: string): ITexture | null;
/**
* id
* @param alias
*/
identifierOf(alias: string): number | undefined;
/**
* id `undefined`
* @param texture