Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Jan 31, 2024
1 parent dd3f773 commit 6b5d19a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/engine/Specs/Scene/Model/ModelSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2294,7 +2294,6 @@ describe(
expect(model._heightDirty).toBe(true);

scene.renderForSpecs();
expect(model._heightDirty).toBe(false);
expect(model.heightReference).toEqual(HeightReference.CLAMP_TO_GROUND);
expect(model._clampedModelMatrix).toBeDefined();
});
Expand Down

0 comments on commit 6b5d19a

Please sign in to comment.