Skip to content

Commit 6e2cc04

Browse files
ignore size
1 parent 22fd237 commit 6e2cc04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/skin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ function createPlayerModel(skinTexture, capeTexture, v, slim, capeType) {
589589
if (capeTexture) {
590590
console.log(texturePositions);
591591
let capeTextureCoordinates = texturePositions.capeRelative;
592-
if (capeType === "optifine" && capeTexture.image.height > 24) { // 'classic' OF capes are the same size as the official capes, just the custom ones are double sized
592+
if (capeType === "optifine") {
593593
capeTextureCoordinates = texturePositions.capeOptifineRelative;
594594
}
595595
if (capeType === "labymod") {

0 commit comments

Comments
 (0)