1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-11 09:11:50 +00:00

fix hub double-rendering

This commit is contained in:
EmeraldBlock 2024-04-24 15:57:10 -05:00 committed by Emerald Block
parent a7f66e89a7
commit b5a7f7736a

View File

@ -131,6 +131,7 @@ export function drawSpriteClipped({
intersection.w,
intersection.h
);
return;
}
const matrix = parameters.context.getTransform();