fix the goddamn texture packer bug 2: electric boogaloo
1 files changed, 2 insertions(+), 2 deletions(-) M client/src/index.ts
M client/src/index.ts => client/src/index.ts +2 -2
@@ 329,8 329,8 @@ async function client_main(server: string, username: string, texture_quality: st indic_tex.frame.y, indic_tex.frame.w-1, indic_tex.frame.h-1, -(indic_tex.frame.w-1)/2, -(indic_tex.frame.h-1)/2, -indic_tex.frame.w/2-1, -indic_tex.frame.h/2-1, indic_tex.frame.w-1, indic_tex.frame.h-1 );