Fix belt underlays

pull/670/head
tobspr 4 years ago
parent b8f27aec44
commit c0c624135b

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

Loading…
Cancel
Save