_Str_12937 -> addSprite

This commit is contained in:
Dank074 2021-05-09 02:25:33 -05:00
parent 7b446c5074
commit f5fee23147
2 changed files with 2 additions and 2 deletions

View File

@ -501,7 +501,7 @@ export class RoomSpriteCanvas implements IRoomRenderingCanvas
{
sortableSprite = new SortableSprite();
sortableCache._Str_12937(sortableSprite);
sortableCache.addSprite(sortableSprite);
this._sortableSprites.push(sortableSprite);

View File

@ -30,7 +30,7 @@ export class RoomObjectSortableSpriteCacheItem
this._Str_20276(0);
}
public _Str_12937(sprite: SortableSprite): void
public addSprite(sprite: SortableSprite): void
{
this._sprites.push(sprite);
}