mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-06 09:34:05 +00:00
Swap cutter outputs since this makes more sense logically
This commit is contained in:
parent
4e97ec281e
commit
3d2af20edd
@ -60,8 +60,8 @@ export class ShapeDefinitionManager extends BasicSerializableObject {
|
||||
if (this.operationCache[key]) {
|
||||
return /** @type {[ShapeDefinition, ShapeDefinition]} */ (this.operationCache[key]);
|
||||
}
|
||||
const rightSide = definition.cloneFilteredByQuadrants([0, 1]);
|
||||
const leftSide = definition.cloneFilteredByQuadrants([2, 3]);
|
||||
const rightSide = definition.cloneFilteredByQuadrants([2, 3]);
|
||||
const leftSide = definition.cloneFilteredByQuadrants([0, 1]);
|
||||
|
||||
return /** @type {[ShapeDefinition, ShapeDefinition]} */ (this.operationCache[key] = [
|
||||
this.registerOrReturnHandle(rightSide),
|
||||
|
Loading…
Reference in New Issue
Block a user