Update terrain command test to include foliage mask values

This commit is contained in:
2026-05-02 04:19:48 +02:00
parent eef3e24117
commit 96cb9669f6

View File

@@ -174,7 +174,8 @@ describe("terrain commands", () => {
patch: {
terrainId: terrain.id,
heightSamples: [{ index: 4, before: 0, after: 2 }],
paintWeights: [{ index: 1, before: 0, after: 0.5 }]
paintWeights: [{ index: 1, before: 0, after: 0.5 }],
foliageMaskValues: []
}
})
);