Skip to content

Commit 1046511

Browse files
authored
ThreeDimensionalCube: Fix frameCount (#172)
Signed-off-by: Ce Gao <[email protected]>
1 parent b28f9b6 commit 1046511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Basics/ThreeDimensionalCube/ThreeDimensionalCube.rpde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ setup <- function() {
99

1010
draw <- function() {
1111
frames <- 24 * 3
12-
t <- frameCount()/frames
12+
t <- frameCount/frames
1313

1414
background(1)
1515

0 commit comments

Comments
 (0)