Update test description for foliage render batches

This commit is contained in:
2026-05-02 10:54:50 +02:00
parent b1bf7bf9ff
commit 0b2a24903e

View File

@@ -236,7 +236,7 @@ describe("foliage render batch helpers", () => {
);
});
it("ignores prototypes that do not have a bundled LOD0 render source", () => {
it("ignores prototypes that do not have a bundled render source", () => {
const projectPrototype = createProjectAssetPrototype();
const batches = createFoliageRenderBatches(
createScatter([createInstance({ prototypeId: projectPrototype.id })]),