~starkingdoms/starkingdoms

cf77ea471c2f79c918c0d4cb55bd644d6b95aced — core 2 years ago 6e9ce9b
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();