🔥 Fix Avatar buddy they are now 100% as habbo

This commit is contained in:
duckietm
2026-04-17 11:48:38 +02:00
parent 282fd6f6bd
commit 2c2f03f20e
4 changed files with 48 additions and 0 deletions
+2
View File
@@ -139,6 +139,8 @@ export class AvatarImageCache
if((((this._geometryType === GeometryType.SITTING) && (k === GeometryType.VERTICAL)) || ((this._geometryType === GeometryType.VERTICAL) && (k === GeometryType.SITTING)) || ((this._geometryType === GeometryType.SNOWWARS_HORIZONTAL) && (k = GeometryType.SNOWWARS_HORIZONTAL))))
{
this.disposeInactiveActions(0);
this._geometryType = k;
this._canvas = null;
this._defaultAction = (k === GeometryType.HORIZONTAL) ? 'lay' : 'std';