You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
🆙 Update Deps. + WiP
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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--;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user