mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-18 22:36:27 +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();
|
||||
|
||||
sortableCache._Str_12937(sortableSprite);
|
||||
sortableCache.addSprite(sortableSprite);
|
||||
|
||||
this._sortableSprites.push(sortableSprite);
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user