1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Fix belt underlays

This commit is contained in:
tobspr 2020-09-18 18:20:18 +02:00
parent b8f27aec44
commit c0c624135b

View File

@ -267,7 +267,7 @@ export class BeltUnderlaysSystem extends GameSystemWithFilter {
const clipRect = enumUnderlayTypeToClipRect[underlayType]; const clipRect = enumUnderlayTypeToClipRect[underlayType];
if (!clipRect) { if (!clipRect) {
// Empty // Empty
return; continue;
} }
// Actually draw the sprite // Actually draw the sprite