We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fd766 commit 8ac8375Copy full SHA for 8ac8375
src/extras/Controls.js
@@ -84,7 +84,7 @@ class Controls extends EventDispatcher {
84
85
if ( element === undefined ) {
86
87
- console.warn( 'THREE.Controls: connect() now requires an element.' );
+ console.warn( 'THREE.Controls: connect() now requires an element.' ); // @deprecated, the warning can be removed with r185
88
return;
89
90
}
0 commit comments