mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-19 06:46:28 +01:00
_Str_12937 -> addSprite
This commit is contained in:
parent
7b446c5074
commit
f5fee23147
@ -501,7 +501,7 @@ export class RoomSpriteCanvas implements IRoomRenderingCanvas
|
|||||||
{
|
{
|
||||||
sortableSprite = new SortableSprite();
|
sortableSprite = new SortableSprite();
|
||||||
|
|
||||||
sortableCache._Str_12937(sortableSprite);
|
sortableCache.addSprite(sortableSprite);
|
||||||
|
|
||||||
this._sortableSprites.push(sortableSprite);
|
this._sortableSprites.push(sortableSprite);
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ export class RoomObjectSortableSpriteCacheItem
|
|||||||
this._Str_20276(0);
|
this._Str_20276(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
public _Str_12937(sprite: SortableSprite): void
|
public addSprite(sprite: SortableSprite): void
|
||||||
{
|
{
|
||||||
this._sprites.push(sprite);
|
this._sprites.push(sprite);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user