chore: 移除渲染系统调试日志

This commit is contained in:
yhh
2025-11-23 22:26:46 +08:00
parent a61baa83a7
commit 95fbcca66f
2 changed files with 0 additions and 11 deletions

View File

@@ -142,9 +142,6 @@ export class EngineRenderSystem extends EntitySystem {
let textureId = 0;
if (sprite.texture) {
textureId = this.bridge.getOrLoadTextureByPath(sprite.texture);
} else {
// Debug: sprite has no texture
console.warn(`[EngineRenderSystem] Entity ${entity.id} has no texture`);
}
// Pass actual display dimensions (sprite size * transform scale)