fix the goddamn texture packer bug 3: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1 files changed, 4 insertions(+), 4 deletions(-) M client/src/index.ts
M client/src/index.ts => client/src/index.ts +4 -4
@@ 329,10 329,10 @@ 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/2-1, -indic_tex.frame.h/2-1, indic_tex.frame.w-1, indic_tex.frame.h-1 -indic_tex.frame.w/2, -indic_tex.frame.h/2, indic_tex.frame.w, indic_tex.frame.h ); global.context.restore();