Skip to content

Commit 03596de

Browse files
authored
Merge pull request #6577 from diyaayay/bugfix/geometry-constants-reference
Fixes incorrect reference to constants in p5.Geometry.js
2 parents 59080b1 + 81fdb8f commit 03596de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webgl/p5.Geometry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//some of the functions are adjusted from Three.js(http://threejs.org)
1010

1111
import p5 from '../core/main';
12-
import * as constants from 'constants';
12+
import * as constants from '../core/constants';
1313
/**
1414
* p5 Geometry class
1515
* @class p5.Geometry

0 commit comments

Comments
 (0)