Initial project import
This commit is contained in:
8
node_modules/@react-three/drei/helpers/deprecated.js
generated
vendored
Normal file
8
node_modules/@react-three/drei/helpers/deprecated.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Sets `BufferAttribute.updateRange` since r159.
|
||||
*/
|
||||
const setUpdateRange = (attribute, updateRange) => {
|
||||
attribute.updateRanges[0] = updateRange;
|
||||
};
|
||||
|
||||
export { setUpdateRange };
|
||||
Reference in New Issue
Block a user