Skip to content

Commit b338c67

Browse files
committed
Prevent nowebref from coming back
Change in 6f53282 was getting overwritten from PGraphics when ant building.
1 parent 6f53282 commit b338c67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/processing/core/PGraphics.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5363,6 +5363,7 @@ public void rotateZ(float angle) {
53635363
/**
53645364
* <h3>Advanced</h3>
53655365
* Rotate about a vector in space. Same as the glRotatef() function.
5366+
* @nowebref
53665367
* @param x
53675368
* @param y
53685369
* @param z

0 commit comments

Comments
 (0)