🆙 Update Deps. + WiP

This commit is contained in:
DuckieTM
2025-03-15 14:54:10 +01:00
parent c6ccfab5f5
commit d864fe3018
17 changed files with 215 additions and 262 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"dependencies": {
"@nitrots/api": "1.0.0",
"pako": "^2.1.0",
"pixi.js": "^8.5.1"
"pixi.js": "^8.8.1"
},
"devDependencies": {
"@types/pako": "^2.0.3",
+1 -3
View File
@@ -89,9 +89,7 @@ export class TexturePool
this._textures[texture.width][texture.height].splice(i, 1);
this._totalTextures--;
NitroLogger.log(`[TexturePool] Texture disposed: ${texture.width}x${texture.height}`);
this._totalTextures--;
}
}
}