Skip to content

Commit bcf35f7

Browse files
authored
🤖 Merge PR DefinitelyTyped#73022 [three-dat.gui] Remove instantiation of THREE.Material by @Methuselah96
1 parent 8acb62f commit bcf35f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎types/three-dat.gui/three-dat.gui-tests.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gui.open();
2828
}
2929
{
3030
// $ExpectType GUI
31-
gui.addMaterial("", new THREE.Material());
31+
gui.addMaterial("", new THREE.MeshStandardMaterial());
3232
}
3333
{
3434
// $ExpectType GUI

0 commit comments

Comments
 (0)