mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-18 11:59:26 +08:00
fix: warn code.
This commit is contained in:
parent
b2a391a212
commit
52c5126997
@ -289,7 +289,7 @@ export class Icon extends RenderItem<EIconEvent> implements IAnimateFrame {
|
||||
const renderable = texture.getRenderable(num);
|
||||
|
||||
if (!renderable) {
|
||||
logger.warn(42, num.toString());
|
||||
logger.warn(43, num.toString());
|
||||
return;
|
||||
} else {
|
||||
this.icon = num;
|
||||
|
Loading…
Reference in New Issue
Block a user