Skip to content

Commit

Permalink
Fix 3D cam example
Browse files Browse the repository at this point in the history
  • Loading branch information
vtereshkov authored Mar 27, 2021
1 parent c2d5f0d commit 4cf65d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/3dcam.um
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type (

// External functions
fn drawPlane(centerPos: Vector3, size: Vector2, color: Color)
fn drawCube(position: Vector3, width, height, length: real32, color: Color)
fn drawCube(position: Vector3, width, height, length: real, color: Color)

const maxColumns = 20

Expand Down

0 comments on commit 4cf65d5

Please sign in to comment.